Add default constructor to key_node_pred()

This commit is contained in:
Ion Gaztañaga
2022-06-13 00:46:01 +02:00
parent f548e87cf5
commit 7e70b700e0

View File

@@ -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;