1 #pragma GCC system_header
2
3 template<typename T>
4 struct limits;
5
6 template<>
7 struct limits<__int128> { };
8
9 template<>
10 struct limits<unsigned __int128> { };