[libcxx-commits] [libcxx] [WIP] Specialize std::search for char (PR #130476)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 9 21:53:41 PDT 2025


hiraditya wrote:

> Does such optimization work for other (encoding) character types (namely `char8_t`, `char16_t`, `char32_t`, and `wchar_t`)?

yes, once implemented it should work for all types having char_traits.

https://github.com/llvm/llvm-project/pull/130476


More information about the libcxx-commits mailing list