EricWF requested changes to this revision.
EricWF added inline comments.
This revision now requires changes to proceed.


================
Comment at: include/type_traits:4746
+    big    = 0xFACE,
+#if _LIBCPP_LITTLE_ENDIAN
+    native = little
----------------
These macros have been changed to be `#ifdef` style.


================
Comment at: include/type_traits:4750
+    native = big
+#else
+    native = 0xCAFE
----------------
Does this else case ever actually happen? 


https://reviews.llvm.org/D35472



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

Reply via email to