Skip to content

Commit 008d02e

Browse files
Mike GrierEmJayGee
authored andcommitted
Fix msvc lang version because of course
1 parent 41a60c3 commit 008d02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/m/utility/compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define M_NOINLINE __declspec(noinline)
2424

25-
#if _MSVC_LANG >= 202302L
25+
#if _MSVC_LANG >= 202004L
2626
#define M_HAS_CXX23
2727
#endif
2828

0 commit comments

Comments
 (0)