[Bug c++/67632] explicit instantiation omits copy constructor and others

2015-09-18 Thread jlink at drw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 --- Comment #3 from Joseph Link --- Yeah, watch out for the copy constructor that takes an allocator. That one's there. The compiler generated one is not.

[Bug c++/67632] explicit instantiation omits copy constructor and others

2015-09-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WOR

[Bug c++/67632] explicit instantiation omits copy constructor and others

2015-09-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67632 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|