This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++-v3 patch] Fix invalid use of signed wchar_t and unsigned wchar_t in <type_traits>


Doug Gregor wrote:

It's not C++0x-specific. The mainline compiler will complain about
unsigned/signed wchar_t, but only with -pedantic. Otherwise, it
silently ignores the "signed" or "unsigned" part.
Apparently, this header never gets compiled with -pedantic on mainline.

Ah, ok, I was simply missing the -pedantic thing. Then, let's just remove those specializations, I agree.


Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]