Added test case for C++20 concepts with variadic params

This commit is contained in:
Bartek Kryza
2023-03-01 18:37:31 +01:00
parent 7996cb7a00
commit be2ad5dc9b
9 changed files with 146 additions and 5 deletions

View File

@@ -259,7 +259,9 @@ using namespace clanguml::test::matchers;
#include "t00056/test_case.h"
#endif
#include "t00057/test_case.h"
#if defined(ENABLE_CXX_STD_20_TEST_CASES)
#include "t00058/test_case.h"
#endif
///
/// Sequence diagram tests
///