[PATCH] D17456: [libcxx] Reorganize _LIBCPP_LOCALE__L_EXTENSIONS

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 07:53:50 PST 2016


mclow.lists added a comment.

Actually, the prefix we use in the rest of libc++ for private functions is `__libcpp_`  Take a look in type_traits for a bunch of examples.

In general, I'm liking the way this is going. I suspect I will have more comments later today.


http://reviews.llvm.org/D17456





More information about the cfe-commits mailing list