libshit

Just some random shit
git clone https://git.neptards.moe/neptards/libshit.git
Log | Files | Refs | Submodules | README | LICENSE

limits (260B)


      1 // -*- c++ -*-
      2 #pragma once
      3 
      4 #include <ymath.h>
      5 #include <cfloat>
      6 #include <climits>
      7 #include <cmath>
      8 #include <cwchar>
      9 #include <xstddef>
     10 
     11 // it might be overkill, but it appears to work...
     12 #define static static constexpr
     13 #include_next <limits>
     14 #undef static