2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

added default constructor for use with BGL

[SVN r12318]
This commit is contained in:
Dave Abrahams
2002-01-14 21:28:49 +00:00
parent 0964ecac8c
commit b796db648a

View File

@@ -44,6 +44,9 @@ struct undecorated_type_id_t : totally_ordered<undecorated_type_id_t>
# 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;