feat(templates): add TPropagateConst and the corresponding testing

This commit is contained in:
2023-01-20 21:02:28 +08:00
parent e498d9b0b8
commit 2ef2c4a729
4 changed files with 199 additions and 0 deletions

View File

@ -18,6 +18,7 @@ REDCRAFTUTILITY_API void TestTuple();
REDCRAFTUTILITY_API void TestFunction();
REDCRAFTUTILITY_API void TestAtomic();
REDCRAFTUTILITY_API void TestScopeHelper();
REDCRAFTUTILITY_API void TestPropagateConst();
REDCRAFTUTILITY_API void TestMiscTemplates();
NAMESPACE_END(Testing)