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: unassignedclangb...@nondot.org Reporter: compn...@compnerd.org CC: llvm-bugs@lists.llvm.org, mclow.li...@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs