[Bug c++/60796] New: Default move constructor not generated by explicit template instantiaion (C++11)

2014-04-09 Thread brian.freyburger at blandertechnologies dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brian.freyburger at blandertechnologies dot com When you use explicit template instantiation in separate compilation units, and disable implicit instantiation, a move

[Bug c++/60796] Default move constructor not generated by explicit template instantiaion (C++11)

2014-04-09 Thread brian.freyburger at blandertechnologies dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60796 --- Comment #1 from Brian Freyburger --- Sorry, see code change below. (if you explicitly instantiate in the compilation unit which uses the move construction, the compilation sucec (In reply to Brian Freyburger from comment #0) > When you use e