Skip to content

Commit 19c353e

Browse files
committed
typo
1 parent 77d57c3 commit 19c353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/MrDocsCompilationDatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ adjustCommandLine(
507507
MRDOCS_ASSERT(arg->getNumValues() == 1);
508508

509509
std::string_view v = arg->getValue();
510-
if (v == "c++latest" || v == "c++preview")
510+
if (v == "c++latest" || v == "c++23preview")
511511
{
512512
new_cmdline.emplace_back("-std=c++23");
513513
}

0 commit comments

Comments
 (0)