forked from boostorg/fusion
Fusion: fixing mismatch in default parameter to nview
[SVN r56604]
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
namespace boost { namespace fusion { namespace result_of
|
namespace boost { namespace fusion { namespace result_of
|
||||||
{
|
{
|
||||||
template <typename Sequence
|
template <typename Sequence
|
||||||
, BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(FUSION_MAX_VECTOR_SIZE, int I, INT_MAX)>
|
, BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(FUSION_MAX_VECTOR_SIZE, int I, LONG_MAX)>
|
||||||
struct as_nview
|
struct as_nview
|
||||||
{
|
{
|
||||||
typedef mpl::vector_c<
|
typedef mpl::vector_c<
|
||||||
|
Reference in New Issue
Block a user