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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to