llvm-project/libcxx/include/support/win32
Pirama Arumuga Nainar 7aea360924 [Win32] Overload ==, != for locale_t and long long
Summary:
_is_chartype_l (needed for isxdigit_l) in MinGW compares locale_t and NULL.
NULL is 'long long' for 64-bit, and this results in ambiguous overloads when
compiled with Clang.  Define a concrete overload for the operators to fix the
ambiguity.

Reviewers: mstorsjo, EricWF, srhines, danalbert

Subscribers: christof, cfe-commits, ldionne

Differential Revision: https://reviews.llvm.org/D48749

llvm-svn: 336141
2018-07-02 20:11:15 +00:00
..
limits_msvc_win32.h [libc++] Refactor Windows support headers. 2017-05-10 20:57:45 +00:00
locale_win32.h [Win32] Overload ==, != for locale_t and long long 2018-07-02 20:11:15 +00:00