Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371725
Collapse All | Expand All

(-)a/libs/filesystem/v2/src/v2_path.cpp (-1 / +1 lines)
Lines 45-51 namespace Link Here
45
  {
45
  {
46
#if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) 
46
#if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) 
47
    // ISO C calls this "the locale-specific native environment":
47
    // ISO C calls this "the locale-specific native environment":
48
    static std::locale lc("");
48
    static std::locale lc;
49
#else  // Mac OS
49
#else  // Mac OS
50
    // "All BSD system functions expect their string parameters to be in UTF-8 encoding
50
    // "All BSD system functions expect their string parameters to be in UTF-8 encoding
51
    // and nothing else."
51
    // and nothing else."
(-)a/libs/filesystem/v3/src/path.cpp (-1 / +1 lines)
Lines 760-766 namespace Link Here
760
760
761
#   else
761
#   else
762
    // ISO C calls this "the locale-specific native environment":
762
    // ISO C calls this "the locale-specific native environment":
763
    return std::locale("");
763
    return std::locale();
764
764
765
#   endif
765
#   endif
766
  }
766
  }

Return to bug 371725