diff --git a/server/table.h b/server/table.h index e480945..79853a7 100644 --- a/server/table.h +++ b/server/table.h @@ -160,12 +160,10 @@ std::ostream& operator<<(std::ostream& os, const VT& v) v.out(); return os; } - #ifdef __SIZEOF_INT128__ std::ostream& operator<<(std::ostream& os, __int128 & v); std::ostream& operator<<(std::ostream& os, __uint128_t & v); #endif - template struct decayed_impl { typedef ColRef type; }; @@ -333,7 +331,7 @@ struct TableInfo { header_string.resize(header_string.size() - l_sep); const auto& prt_loop = [&fp, &view, &printf_string, *this](const auto& f) { -#ifdef __SIZEOF_INT128__ +#ifdef __SIZEOF_INT128__ constexpr auto num_hge = count_type<__int128_t, __uint128_t>((tuple_type*)(0)); char cbuf[num_hge * 41]; setgbuf(cbuf); @@ -592,4 +590,4 @@ print(const VT& v, const char* delimiter = " ", const char* endline = "\n") { print_impl(v, delimiter, endline); } -#endif \ No newline at end of file +#endif