forked from boostorg/intrusive
Fixed ABI regression introduced in Boost 1.55
This commit is contained in:
@@ -44,6 +44,7 @@ class treap_set_impl
|
||||
#endif
|
||||
{
|
||||
/// @cond
|
||||
public:
|
||||
typedef treap_impl<ValueTraits, VoidOrKeyComp, VoidOrPrioComp, SizeType, ConstantTimeSize> tree_type;
|
||||
BOOST_MOVABLE_BUT_NOT_COPYABLE(treap_set_impl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user