mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +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)
|
: base_t(comp)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
BOOST_CONTAINER_FORCEINLINE explicit key_node_pred()
|
||||||
|
{}
|
||||||
|
|
||||||
typedef boost::intrusive::detail::ebo_functor_holder<KeyPred> base_t;
|
typedef boost::intrusive::detail::ebo_functor_holder<KeyPred> base_t;
|
||||||
typedef KeyPred key_predicate;
|
typedef KeyPred key_predicate;
|
||||||
typedef KeyOfValue key_of_value;
|
typedef KeyOfValue key_of_value;
|
||||||
|
Reference in New Issue
Block a user