git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Hunt 2011-07-07 22:45:07 +00:00
parent ac6de546bd
commit cb05a0801a

View File

@ -4032,7 +4032,7 @@ numpunct_byname<char>::__init(const char* nm)
if (*lc->thousands_sep) if (*lc->thousands_sep)
__thousands_sep_ = *lc->thousands_sep; __thousands_sep_ = *lc->thousands_sep;
__grouping_ = lc->grouping; __grouping_ = lc->grouping;
// locallization for truename and falsename is not available // localization for truename and falsename is not available
} }
} }