[Bug c++/12830] Static template member variable not instantiated

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Oct 29 21:43:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bangerth at dealii dot org  2003-10-29 21:32 -------
The code is correct, you do not have to instantiate templates yourself
according to the standard. However, gcc sometimes needs to rely on the
operating system providing certain things, and no support for weak
symbols is a pretty big roadblock for templates. I don't know enough
about Darwin, though, to further comment on this.

W.



More information about the Gcc-bugs mailing list