Skip to content

Commit cf80533

Browse files
committed
Try to compile the new C++ unit test with C++20 enabled
* ACE/tests/tests.mpc:
1 parent 3652ab2 commit cf80533

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ACE/tests/tests.mpc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,11 @@ project(Compiler_Features_42_Test) : acetest {
868868
Source_Files {
869869
Compiler_Features_42_Test.cpp
870870
}
871+
// Visual Studio 2019/2022 give an internal compiler error when using C++17 (the default for ACE)
872+
specific(vs2019,vs2022) {
873+
LanguageStandard = stdcpp20
874+
}
875+
871876
}
872877

873878
project(Config Test) : acetest {

0 commit comments

Comments
 (0)