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
