mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 03:05:22 -04:00
a2826e8983
the convert_with_stringstream seems to be missing a .imbue() call to set the locale independent of the global state. Not setting this, can in some settings lead to errors, see Issue #1366.