tests and std::sort

This commit is contained in:
Erik Frojdh
2019-04-05 16:24:28 +02:00
parent f11db00aef
commit cbacf471d6
10 changed files with 213 additions and 48 deletions

View File

@ -57,6 +57,7 @@ target_compile_options(slsProjectWarnings INTERFACE
-Woverloaded-virtual
-Wdouble-promotion
-Wformat=2
-Wshadow
)