Prepare toString support for std containers

Rename projects/SelfTest/ToStringVector.cpp to ToStringContainers.cpp
This commit is contained in:
mat tso
2016-03-07 23:22:34 +01:00
parent c3d80cf5eb
commit fbceb5e4a2
4 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ set(SOURCES
${SELF_TEST_DIR}/VariadicMacrosTests.cpp
${SELF_TEST_DIR}/EnumToString.cpp
${SELF_TEST_DIR}/ToStringPair.cpp
${SELF_TEST_DIR}/ToStringVector.cpp
${SELF_TEST_DIR}/ToStringContainers.cpp
${SELF_TEST_DIR}/ToStringWhich.cpp
${SELF_TEST_DIR}/ToStringTuple.cpp
)