Skip to content

Commit a048428

Browse files
committed
Fix windows build
1 parent a94b082 commit a048428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/source_location.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace nostd {
99
struct source_location {
1010
public:
11-
#ifdef MSVC
11+
#ifdef WIN32
1212
static constexpr source_location current(const char* fileName = "unsupported",
1313
const char* functionName = "unsupported",
1414
const uint_least32_t lineNumber = 0,

0 commit comments

Comments
 (0)