Replace preprocess conditions of defined(_MSC_VER) && !defined(__clang__) with
defined(_LIBCPP_MSVC).
No functional change.
Paths
| Differential D28407
Refer to _LIBCPP_MSVC macro where applicable ClosedPublic Authored by kastiglione on Jan 6 2017, 11:51 AM.
Details
Summary Replace preprocess conditions of defined(_MSC_VER) && !defined(__clang__) with No functional change.
Diff Detail
Event Timelinekastiglione updated this object. EricWF edited edge metadata. Comment ActionsLGTM. Although Ironically we can no longer support MSVC due to our use of #include_next which MSVC doesn't support.
This revision is now accepted and ready to land.Jan 6 2017, 12:05 PM
Revision Contents
Diff 83400 include/__config
include/__undef___deallocate
include/__undef_min_max
include/ext/hash_map
include/ext/hash_set
src/exception.cpp
src/include/atomic_support.h
src/thread.cpp
|