Rewrote my #59 comment. ================ Comment at: test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp:59 @@ -57,1 +58,3 @@ + // http://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html +# if !defined(__GLIBC__) assert(np.thousands_sep() == ','); ---------------- My suggestion here is to change the #if from `!defined(__GLIBC__)` to `defined(_APPLE_)` and move on.
See if that breaks any other systems (FREEBSD, etc). http://reviews.llvm.org/D4997 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
