Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang < 15 has a bug in c++-20 mode where using the `std::basic_string` constructor taking a pointer and size leads to an undefined symbol `M_construct` when used with Unicode char types Avoid this by using the range constructor.
- Loading branch information