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 1/3] Support lambda templates.


On 08/12/2013 07:52 PM, Adam Butcher wrote:
Presumably with pedwarn it would need to be relaxed to simply
    "accepted with -std=c++1y or -std=gnu++1y"
for all?

Yes.

flag_iso was the only thing I could find to discriminate
between gnu++1y and c++1y?

Right, we don't make that distinction for most extensions.

Jason


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