File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ struct MrDocsCompilationDatabase_test {
9393
9494 {
9595 auto adjusted = adjustCompileCommand ({ programName });
96- BOOST_TEST (has (adjusted, " -std=c++23 " ));
96+ BOOST_TEST (has (adjusted, " -std=c++26 " ));
9797 }
9898 {
9999 auto adjusted = adjustCompileCommand ({ programName, " -std=c++11" });
@@ -217,7 +217,7 @@ struct MrDocsCompilationDatabase_test {
217217
218218 {
219219 auto adjusted = adjustCompileCommand ({ programName });
220- BOOST_TEST (has (adjusted, " -std:c++23preview " ));
220+ BOOST_TEST (has (adjusted, " -std:c++latest " ));
221221 }
222222 {
223223 auto adjusted = adjustCompileCommand ({ programName, " -std:c++11" });
@@ -238,7 +238,7 @@ struct MrDocsCompilationDatabase_test {
238238
239239 {
240240 auto adjusted = adjustCompileCommand ({ programName, " -x" , " c" });
241- BOOST_TEST (has (adjusted, " -std:c17 " ));
241+ BOOST_TEST (has (adjusted, " -std:clatest " ));
242242 }
243243 {
244244 auto adjusted = adjustCompileCommand (
You can’t perform that action at this time.
0 commit comments