https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251674
--- Comment #4 from Yuri Victorovich <[email protected]> --- This works with clang-10: > int main() { > std::locale mylocale(""); > std::wcout.imbue(mylocale); > std::wcout << L'>' << L'◯' << L'<' << std::endl; > } but with gcc-9 and gcc-10 it fails: > $ ./a.out > terminate called after throwing an instance of 'std::runtime_error' > what(): locale::facet::_S_create_c_locale name not valid > Abort trap -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
