Add traits for checking whether types are comparable

This commit is contained in:
Martin Hořeňovský
2022-11-01 08:48:23 +01:00
parent b3dbd83da2
commit d7f8c36e4c
7 changed files with 126 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ self_test_sources = files(
'SelfTest/IntrospectiveTests/TestSpecParser.tests.cpp',
'SelfTest/IntrospectiveTests/TextFlow.tests.cpp',
'SelfTest/IntrospectiveTests/ToString.tests.cpp',
'SelfTest/IntrospectiveTests/Traits.tests.cpp',
'SelfTest/IntrospectiveTests/UniquePtr.tests.cpp',
'SelfTest/IntrospectiveTests/Xml.tests.cpp',
'SelfTest/TestRegistrations.cpp',