Fusion: fixing mismatch in default parameter to nview

[SVN r56604]
This commit is contained in:
Hartmut Kaiser
2009-10-05 21:36:55 +00:00
parent 9a1bc7d677
commit 959b0b0839

View File

@ -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<