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 libstdc++/16021] Tests for container swap specialisations FAIL in debug mode


------- Additional Comments From giovannibajo at libero dot it  2004-06-30 17:29 -------
Wolfgang, the standard explicitally says that the only thing you are allowed to 
define in namespace std are specializations of standard templates. Everything 
else brings you into undefined behaviour, but this very thing is allowed and 
should work also in debug mode.

This is just another bug with strong using, I thikn it's a dup of whatever bug 
is left around about this.

-- 


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


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