This is the mail archive of the gcc-bugs@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]

[Bug c++/34480] Argument packs treat __null oddly



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-15 20:10 -------
Well what type does NULL would have when passed?

And passing 0 also fails.

This might be a defect in the C++0x part of the standard.

Also I think we really do have an ODR violation in libstdc++ if the methods
change with -std=c++0x (which I think the C++0x standard really should
mention).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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