From 6df52cdbcbc4542b6f15f77af51e2720140c179e Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 11 Jul 2015 22:24:36 +0100 Subject: [PATCH] define UsesAllocator for tuple --- octa/tuple.hh | 5 +++++ 1 file changed, 5 insertions(+) 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