This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Initialization of a static member of a template class fails
- From: "John (Eljay) Love-Jensen" <eljay at adobe dot com>
- To: "Daniel Lohmann" <daniel dot lohmann at informatik dot uni-erlangen dot de>, <gcc-help at gcc dot gnu dot org>
- Date: Fri, 27 Jul 2007 17:19:05 -0700
- Subject: RE: Initialization of a static member of a template class fails
- References: <46AA7552.10202@informatik.uni-erlangen.de>
Hi Daniel,
Thanks for the test. Worked on my system too (but I didn't try the "hidden visibility across different SSO's" scenario -- which I believe would fail).
So the problem is probably a "mere" order-of-construction issue. Ick. I hate those.
Sincerely,
--Eljay