[PATCH] D26896: [libcxx] Make constexpr char_traits<T> and char_traits<char>

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 01:45:21 PST 2016


EricWF added a comment.

Could you please generate this patch with more context? (ie with -U999 or similar).



================
Comment at: include/__config:925
 
+#if !__has_builtin(__builtin_memcpy)
+#define _LIBCPP_HAS_NO_BUILTIN_MEMCPY
----------------
What about GCC? Surely it implements some if not most of these.


https://reviews.llvm.org/D26896





More information about the cfe-commits mailing list