We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f03158 commit 5b01d5eCopy full SHA for 5b01d5e
src/parser/cxx/macos_toolchain.cc
@@ -49,6 +49,7 @@ void MacOSToolchain::addSystemIncludePaths() {
49
addSystemIncludePath(std::format("{}/usr/include", platformPath_));
50
51
std::vector<std::string_view> versions{
52
+ "17.0.0",
53
"16.0.0",
54
"15.0.0",
55
};
0 commit comments