Fix 32bit build

This commit is contained in:
proller 2017-12-25 20:16:29 +03:00
parent 94cd6fc061
commit fb7047bfe8

View File

@ -13,7 +13,7 @@
/// Allow to use __uint128_t as a template parameter for boost::rational. /// Allow to use __uint128_t as a template parameter for boost::rational.
// https://stackoverflow.com/questions/41198673/uint128-t-not-working-with-clang-and-libstdc // https://stackoverflow.com/questions/41198673/uint128-t-not-working-with-clang-and-libstdc
#if !defined(__GLIBCXX_BITSIZE_INT_N_0) #if !defined(__GLIBCXX_BITSIZE_INT_N_0) && defined(__SIZEOF_INT128__)
namespace std namespace std
{ {
template <> template <>