mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-05 15:34:35 +02:00
ebo_functor_holder: compile fix for copy constructor
This commit is contained in:
@@ -183,7 +183,7 @@ class ebo_functor_holder
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
ebo_functor_holder(const ebo_functor_holder &x)
|
ebo_functor_holder(const ebo_functor_holder &x)
|
||||||
: t_(x)
|
: t_(x.t_)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
ebo_functor_holder(BOOST_RV_REF(ebo_functor_holder) x)
|
ebo_functor_holder(BOOST_RV_REF(ebo_functor_holder) x)
|
||||||
|
Reference in New Issue
Block a user