Re: [pygccxml-development] Boolean operator == with std::vector
Brought to you by:
mbaas,
roman_yakovenko
|
From: Roman Y. <rom...@gm...> - 2009-12-06 15:46:32
|
On Sun, Dec 6, 2009 at 5:31 PM, Romain CHANU <rom...@gm...> wrote: > Oh ok. Thank you for this hint. > However, I changed to indexing suite version 2 and I got the following lines > at the beginning of the generated files: > // This file has been generated by Py++. > #include "boost/python.hpp" > #include "boost/python/suite/indexing/value_traits.hpp" > #include "boost/python/suite/indexing/container_suite.hpp" > #include "boost/python/suite/indexing/vector.hpp" > > "value_traits.hpp" is not part of the Boost Python library and should be > provided by Py++ > (cf. http://www.language-binding.net/pyplusplus/documentation/containers.html#indexing-suite-version-2-installation). > Did I miss something?? I don't understand you. Anyway I suggest you to try to use SVN version, as it doesn't require boost directory modification. HTH -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |