You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// -*- c++ -*-
|
|
#pragma once
|
|
|
|
#include <ymath.h>
|
|
#include <cfloat>
|
|
#include <climits>
|
|
#include <cmath>
|
|
#include <cwchar>
|
|
#include <xstddef>
|
|
|
|
// it might be overkill, but it appears to work...
|
|
#define static static constexpr
|
|
#include_next <limits>
|
|
#undef static
|