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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user