: 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
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