Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add NEWS entry for MSVC C++20 check change
  • Loading branch information
CAM-Gerlach committed Dec 20, 2022
commit 6b33a99e2114fb7e71fd3e73b9b640658a529961
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Use ``_MSVC_LANG >= 202002L`` instead of less-precise ``_MSC_VER >=1929``
to more accurately test for C++20 support in :file:`PC/_wmimodule.cpp`.