https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251674

--- Comment #2 from Yuri Pankov <[email protected]> ---
Now searching the web a bit for this got me the following which apparently
"fixes" the issue:

        std::locale mylocale("");
        std::wcout.imbue(mylocale);

As I know next to nothing about c++, wonder why the difference in requirements
between clang (libc++?) and gcc (libstdc++?).

-- 
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]"

Reply via email to