[Bug c++/96445] extern template results in missing constructor symbol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445 --- Comment #2 from tyu at eridex dot org --- The extern template and constant are what would appear in the header file for class C. The explicit instantiation would appear in the source file: // -- C.h template class C { private:
[Bug c++/96445] extern template results in missing constructor symbol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445 Richard Biener changed: What|Removed |Added Keywords||link-failure CC|