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 a94b082 commit a048428Copy full SHA for a048428
3rdparty/source_location.hpp
@@ -8,7 +8,7 @@
8
namespace nostd {
9
struct source_location {
10
public:
11
-#ifdef MSVC
+#ifdef WIN32
12
static constexpr source_location current(const char* fileName = "unsupported",
13
const char* functionName = "unsupported",
14
const uint_least32_t lineNumber = 0,
0 commit comments