mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Add default constructor to key_node_pred()
This commit is contained in:
@@ -79,6 +79,9 @@ struct key_node_pred
|
||||
: base_t(comp)
|
||||
{}
|
||||
|
||||
BOOST_CONTAINER_FORCEINLINE explicit key_node_pred()
|
||||
{}
|
||||
|
||||
typedef boost::intrusive::detail::ebo_functor_holder<KeyPred> base_t;
|
||||
typedef KeyPred key_predicate;
|
||||
typedef KeyOfValue key_of_value;
|
||||
|
Reference in New Issue
Block a user