blob: 4e441be8d0ddac2f27e8f82051a190a3aa300d43 [file] [log] [blame]
#pragma GCC system_header
template<typename T>
struct limits;
template<>
struct limits<__int128> { };
template<>
struct limits<unsigned __int128> { };