Other than that - this looks good to me.

Has anyone tried this on FreeBSD?


================
Comment at: src/system_error.cpp:11
@@ -10,3 +10,3 @@
 #define _LIBCPP_BUILDING_SYSTEM_ERROR
-#include "__config"
 #include "system_error"
+
----------------
Please always include `<__config>` first.

This is a convention, rather than a requirement, since the first thing that 
`<system_error>` does is include `<__config>`

http://reviews.llvm.org/D6558

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to