[PATCH] D40775: [libcxx] Add underscores to win32 locale headers.

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 20:47:45 PDT 2018


mclow.lists added a comment.

We don't usually do this in source files, because they don't get included in people's builds - just the library build.

if you look in src/mutex.cpp, you'll see stuff like:
`void __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*))`

On the other hand, if you are seeing a conflict, then we can apply this.


https://reviews.llvm.org/D40775





More information about the cfe-commits mailing list