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

@@ -99,6 +99,7 @@ set(TEST_SOURCES
${SELF_TEST_DIR}/IntrospectiveTests/String.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/StringManip.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/Xml.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/Traits.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/ToString.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/UniquePtr.tests.cpp
${SELF_TEST_DIR}/helpers/parse_test_spec.cpp