__builtin_FILE()
is inconsistent on path separator on Windows
#45076
Labels
bugzilla
Issues migrated from bugzilla
c++20
clang:to-be-triaged
Should not be used for new issues
platform:windows
Extended Description
Given the following
And the following code:
header.h:
main.cpp:
I get the following output
Discovered this when implementing
std::source_location
for Microsoft heremicrosoft/STL#664 (comment)
The text was updated successfully, but these errors were encountered: