maint(info_string): small fix

This commit is contained in:
2023-05-26 16:20:43 +02:00
parent 2b008c31a5
commit 2b468a24cb
3 changed files with 12 additions and 9 deletions

View File

@ -58,11 +58,11 @@ filter {}
filter {"language:C++", "toolset:not msc*"}
buildoptions {
"-std=c++17"
"-std=c++20"
}
filter "toolset:msc*"
buildoptions {
"/std:c++17"
"/std:c++20"
}
filter {}