Consistently comment _WIN64 macro usage#6160
Consistently comment _WIN64 macro usage#6160AlexGuteniev wants to merge 5 commits intomicrosoft:mainfrom
_WIN64 macro usage#6160Conversation
tests/std/tests/VSO_0000000_fancy_pointers/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
There are a few more inconsistent occurrences in <atomic>.
There was a problem hiding this comment.
I intentionally did not change them, keeping this change within existing _WIN64.
I think we also have remaining _M_IX86 that are good to be _WIN64 here:
Line 1045 in 2626cf1
Line 1484 in 2626cf1
And here:
STL/stl/inc/__msvc_bit_utils.hpp
Line 71 in 2626cf1
STL/stl/inc/__msvc_bit_utils.hpp
Line 95 in 2626cf1
STL/stl/inc/__msvc_bit_utils.hpp
Line 205 in 2626cf1
STL/stl/inc/__msvc_bit_utils.hpp
Line 236 in 2626cf1
STL/stl/inc/__msvc_bit_utils.hpp
Line 291 in 2626cf1
No description provided.