Bill 2 years ago
commit 09e5f7dbc9

@ -160,12 +160,10 @@ std::ostream& operator<<(std::ostream& os, const VT<T>& 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 <class Type>
struct decayed_impl<ColView, Type> { typedef ColRef<Type> type; };

Loading…
Cancel
Save