GCC incorrectly detected as Apple Clang on OSX #6916
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
regression
A bug that didn't exist in a previous release
Milestone
Type: LanguageService
Describe the bug
Steps to reproduce
Code
yield an error reporting no operator
std::filesystem::__cxx11::path / std::string
existsExpected behavior
No error, since both gcc and clang compiles this code without any warning and error.
The text was updated successfully, but these errors were encountered: