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: [PATCH, C++] PR43824 pedantic with inline namespaces


On 07/26/2010 07:08 PM, Rodrigo wrote:
The following patch adds the pedantic warning to inline namespaces if
the compiler is not in C++0x mode, as commented in PR43824.

I'd prefer to add this warning to maybe_warn_cxx0x and then just call that function here.


Thanks,
Jason


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