[libcxx-commits] [PATCH] D119441: [libc++] Fix locale name construction

Hubert Tong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 12 16:05:53 PST 2022


hubert.reinterpretcast added a comment.

In D119441#3316562 <https://reviews.llvm.org/D119441#3316562>, @hubert.reinterpretcast wrote:

> If the implementation wants to give named locales that are formed differently the same name (`*`), then it is required to report that they are equal. It seems an interesting experiment in conforming but unhelpful implementation methods to retain the `*` and correct the equality comparison for conformance, thus we did not propose that direction for this patch.

I also opened a new issue for libc++ locales that compare equal but behave differently: #53797 <https://github.com/llvm/llvm-project/issues/53797>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119441/new/

https://reviews.llvm.org/D119441



More information about the libcxx-commits mailing list