http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48914



Roger Jarrett <rjarrett at mathworks dot com> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |rjarrett at mathworks dot

                   |                            |com



--- Comment #6 from Roger Jarrett <rjarrett at mathworks dot com> 2013-01-01 
18:04:49 UTC ---

Confirmed present in GCC 4.7.1 

g++ foo.cpp -Wall -std=c++98



 our use case is that we have a code base in transition to C++0x and have

created our own nullptr_t for the platform that have not yet transitioned to

C++0x we would like to acknowledge/suppress this warning in the file that

implements the nullptr_t without resorting to -Wno-c++0x-compat on the commmand

line.



--Roger

Reply via email to