[llvm-bugs] [Bug 31516] New: Restore ability to set locale

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 3 07:24:28 PST 2017


https://llvm.org/bugs/show_bug.cgi?id=31516

            Bug ID: 31516
           Summary: Restore ability to set locale
           Product: libc++
           Version: unspecified
          Hardware: Other
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

The msvcrt and ucrt split changed the locale information structure and made it
opaque.  This prevents building libc++ against VC CRT 14+.  SVN r280935
temporarily disables the setting of the locale as it needs to indirect through
the locale structure type to convert it to a name.

Given that it is opaque, we will need to recreate the internal structure
declaration to indirect through it of no API exists to query the locale name.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170103/1ca58c68/attachment.html>


More information about the llvm-bugs mailing list