[PATCH] D28407: Refer to _LIBCPP_MSVC macro where applicable

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 12:05:55 PST 2017


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM. Although Ironically we can no longer support MSVC due to our use of `#include_next` which MSVC doesn't support.



================
Comment at: utils/google-benchmark/include/benchmark/macros.h:28
   TypeName(const TypeName&) = delete;                \
   TypeName& operator=(const TypeName&) = delete
 #endif
----------------
Please don't patch this file. It isn't actually part of libc++. It's just an import of Google Benchmark.


https://reviews.llvm.org/D28407





More information about the cfe-commits mailing list