Is it intended that LangOptions.GNUMode is set for the non-GNU C++
language standards: c++98 and c++0x? If not, attached is a patch that
disables the language option for them.
-Ken
cxx-gnumode.patch (970 Bytes)
Is it intended that LangOptions.GNUMode is set for the non-GNU C++
language standards: c++98 and c++0x? If not, attached is a patch that
disables the language option for them.
-Ken
cxx-gnumode.patch (970 Bytes)
Is it intended that LangOptions.GNUMode is set for the non-GNU C++
language standards: c++98 and c++0x?
No, the "gnuxxx" -std settings are for GNU variants.
If not, attached is a patch that
disables the language option for them.
Thanks! Committed here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090928/021873.html
- Doug