diff --git a/octa/tuple.hh b/octa/tuple.hh index e6684ee..e313ce0 100644 --- a/octa/tuple.hh +++ b/octa/tuple.hh @@ -551,6 +551,11 @@ inline bool operator>=(const Tuple &x, const Tuple &y) { return !(x < y); } +/* uses alloc */ + +template +struct UsesAllocator, A>: True {}; + } /* namespace octa */ #endif \ No newline at end of file