forked from boostorg/intrusive
Merge branch 'timblechmann-fixes/ebo_functor_holder_compile_fix' into develop
This commit is contained in:
@@ -184,7 +184,7 @@ class ebo_functor_holder
|
||||
{}
|
||||
|
||||
BOOST_INTRUSIVE_FORCEINLINE ebo_functor_holder(const ebo_functor_holder &x)
|
||||
: t_(x)
|
||||
: t_(x.t_)
|
||||
{}
|
||||
|
||||
BOOST_INTRUSIVE_FORCEINLINE ebo_functor_holder(BOOST_RV_REF(ebo_functor_holder) x)
|
||||
|
Reference in New Issue
Block a user