No value traits header for abstract base class
Brought to you by:
mbaas,
roman_yakovenko
If a class ABC contains at least one pure virtual member function then Py++ will not generate an _ABC__value_traits.pypp.hpp header for it. This header's absence causes compilation errors when Py++ exposes STL containers using the Boost.Python Indexing Suite v2.