STLExtras.h: introduce IsTupleLike concept

One day we'll need to make it report error messages in a more effective
way.
This commit is contained in:
Alessandro Di Federico
2022-01-25 14:36:07 +01:00
parent 1ae3df114f
commit bf8d7af4ff
2 changed files with 46 additions and 2 deletions
+2
View File
@@ -180,6 +180,8 @@ public:
INTROSPECTION_NS(TestTupleTree, Root, Elements)
static_assert(IsTupleLike<TestTupleTree::Root>);
BOOST_AUTO_TEST_CASE(TestTupleTreeReference) {
using namespace TestTupleTree;