mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
fix problem where sizeof(int) != sizeof(long)
[SVN r75563]
This commit is contained in:
@ -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<
|
||||
|
Reference in New Issue
Block a user