Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcxx should avoid using xlocinfo.h private header -- file does not exist in VS2022 #1

Closed
mosherbrian opened this issue Dec 15, 2022 · 1 comment

Comments

@mosherbrian
Copy link

libc++ should avoid using xlocinfo.h. It is a Microsoft-private implementation header that does not exist in Visual Studio 2022. It is used in libcxx/include/support/win32/locale_win32.h.

This issue was resolved in in the upstream libc++ here in March 2021.

@ColinFinck
Copy link
Contributor

Fixed now thanks to @solemnwarning's work on libc++ 17.0.6 for VS2022 in #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants