[PATCH] D30268: Avoid copy of __atoms when char_type is char
Aditya Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 21 09:38:46 PDT 2017
hiraditya added inline comments.
================
Comment at: libcxx/include/locale:891
+#ifndef _LIBCPP_ABI_OPTIMIZED_LOCALE
// signed
----------------
EricWF wrote:
> Would it be possible to reduce the amount of duplicate code between the two implementations? Currently it seems like there is a lot.
Sorry for the late response, I have tried to minimize the duplication.
https://reviews.llvm.org/D30268
More information about the cfe-commits
mailing list