diff --git a/include/boost/python/converter/type_id.hpp b/include/boost/python/converter/type_id.hpp index cf3e4a0d..2c0c1a26 100644 --- a/include/boost/python/converter/type_id.hpp +++ b/include/boost/python/converter/type_id.hpp @@ -44,6 +44,9 @@ struct undecorated_type_id_t : totally_ordered # endif undecorated_type_id_t(base_id_t); + + // default constructor for use in BGL graph internal properties + undecorated_type_id_t() {} bool operator<(undecorated_type_id_t const& rhs) const; bool operator==(undecorated_type_id_t const& rhs) const;