[Bug libstdc++/19487] map with a class template + method template fails to compile.

2005-01-17 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-17 19:02 --- Indeed, Andrew, it's *very* unlikely that this is libstdc++-v3 bug: I see a crazy error message about __is_pod, which is actually instantiated with the default std::less... -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/19487] map with a class template + method template fails to compile.

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 18:57 --- I think this is a C++ front-end problem but I would need to reduce the failure. Also just a note the preprocessed from 3.4.0/4.0.0 is rejected for the same reason in 3.3.3 but accepted in 3.0.4. --

[Bug libstdc++/19487] map with a class template + method template fails to compile.

2005-01-17 Thread douze at enseeiht dot fr
--- Additional Comments From douze at enseeiht dot fr 2005-01-17 17:36 --- Created an attachment (id=7973) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7973&action=view) code that fails This code fails. Changing about anything in the code makes it work. The code compiles fine wi