mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
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:
@@ -180,6 +180,8 @@ public:
|
||||
|
||||
INTROSPECTION_NS(TestTupleTree, Root, Elements)
|
||||
|
||||
static_assert(IsTupleLike<TestTupleTree::Root>);
|
||||
|
||||
BOOST_AUTO_TEST_CASE(TestTupleTreeReference) {
|
||||
using namespace TestTupleTree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user