/* Various type limits. * * This file is part of OctaSTD. See COPYING.md for futher information. */ #ifndef OSTD_LIMTIS_HH #define OSTD_LIMITS_HH #include namespace ostd { template struct Limits { }; } /* namespace ostd */ #endif