mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
@ -56,7 +56,7 @@ namespace boost { namespace fusion
|
|||||||
|
|
||||||
template <typename Sequence>
|
template <typename Sequence>
|
||||||
vector(Sequence const& rhs)
|
vector(Sequence const& rhs)
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1400)
|
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1500)
|
||||||
: vec(ctor_helper(rhs, is_base_of<vector, Sequence>())) {}
|
: vec(ctor_helper(rhs, is_base_of<vector, Sequence>())) {}
|
||||||
#else
|
#else
|
||||||
: vec(rhs) {}
|
: vec(rhs) {}
|
||||||
@ -129,7 +129,7 @@ namespace boost { namespace fusion
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1400)
|
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1500)
|
||||||
static vector_n const&
|
static vector_n const&
|
||||||
ctor_helper(vector const& rhs, mpl::true_)
|
ctor_helper(vector const& rhs, mpl::true_)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user