------- Comment #2 from bangerth at dealii dot org  2005-10-12 14:57 -------
To be clear about what the original bug was: despite the existence of the
explicit instantiation (after an implicit instantiation of f<1>), the generated
symbol had private linkage. Such symbols aren't exported from shared libraries.
The only viable solution seems to be to move the explicit instantiation before
the implicit use.

Best
 W.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24331

Reply via email to