add container v_multiset

This commit is contained in:
chatlanin
2022-03-02 12:11:21 +03:00
parent 3148ecd29e
commit 9d3c2a4153
14 changed files with 72 additions and 12 deletions

View File

@@ -18,3 +18,12 @@ test(
dependencies: [ range_dep, gtest_dep ]
)
)
test(
'container',
executable(
'container',
'container.cpp',
dependencies: [ range_dep, gtest_dep ]
)
)