On Mon, Oct 31, 2011 at 12:26 AM, Jason Merrill <ja...@redhat.com> wrote: > Here's my start at adjusting things to use the C++11 name; feel free to run > with it. > > Looking at it again, I think adding __GXX_EXPERIMENTAL_CXX11__ is a mistake, > we should just set __cplusplus to the C++11 value.
I tend to agree. Too many macros to control C++11 may not necessarily be a feature. Tricky.