fix problem where sizeof(int) != sizeof(long)

[SVN r75563]
This commit is contained in:
Joel de Guzman
2011-11-20 10:59:09 +00:00
parent bbf10066bc
commit 0a520f6021

View File

@ -27,7 +27,7 @@
namespace boost { namespace fusion { namespace result_of
{
template <typename Sequence
, BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(FUSION_MAX_VECTOR_SIZE, int I, LONG_MAX)>
, BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(FUSION_MAX_VECTOR_SIZE, int I, INT_MAX)>
struct as_nview
{
typedef mpl::vector_c<