$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jacek Generowicz (jmg_at_[hidden])
Date: 2001-04-10 13:32:19
Hello,
I am trying to expose a C++ template class to python, using the Boost
Python library. The class will only ever be instantiated with template
arguments double and std::complex<double>.
Where can I find information on how to go about this ?
Could anyone give me any hints or advice ?
Thanks,
Jacek