On 10/26/2012 1:27 PM, Stefan Seefeld wrote:
The entire issue disappears if you move your member function definitions
(including the constructor) from varbls.cpp to varbls.h.

Alternatively, explicitly instantiate in varbls.cpp.

template class _Variable<double>;

Again, you might want to google "explicit template instantiation" or similar.

Alex

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to