Aug. 13, 2007
9:38 a.m.
Robert Kern wrote:
David Cournapeau wrote:
Hi,
I wanted to now if the possibility to use C++ code in scipy was discussed before ? The only C++ code lying around are for optional packages. Several people have expressed the wish to use C++, and I would like to know if there is any official policy regarding its usage.
It's fine. Try not to use non-standard STL (e.g. hash-based maps).
Great, thank you, David