limits 153 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #pragma once namespace std { struct __numeric_limits_base {}; template<typename _Tp> struct numeric_limits : public __numeric_limits_base {}; }