
22 Mar
2004
22 Mar
'04
2:17 p.m.
Hi Janusz,
The sample starts to link after remove specialization declaration from value_semantic.tcc file (lines 74-76 in latest(257) svn revision).
Strange. IIRC, according the the standard, defining explicit specialization in .cpp without first declaring it in header it not allows. Specifically, std::14.7.3/6 says that explicit specialization should be declared before first use. Could it be a bug in mingw? Their site tells 3.3 is available, maybe you can try it? - Volodya