Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: MSVC 1939
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Apr 15, 2024
1 parent e63eaf9 commit 160d047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crt/stl/xnotify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

//#include <Windows.h>

#if _MSC_VER < 1936 // 17.6
#if _MSC_VER < 1939 // 17.9
#define noexcept
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/crt/stl/xtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// #include "awint.hpp"

#if _MSC_VER < 1936 // 17.6
#if _MSC_VER < 1939 // 17.9
#define noexcept
#endif

Expand Down

0 comments on commit 160d047

Please sign in to comment.