mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
MSVC 6.5 fix
[SVN r26150]
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
// $Revision$
|
// $Revision$
|
||||||
|
|
||||||
#include <boost/mpl/aux_/config/typeof.hpp>
|
#include <boost/mpl/aux_/config/typeof.hpp>
|
||||||
|
#include <boost/mpl/aux_/nttp_decl.hpp>
|
||||||
|
|
||||||
namespace boost { namespace mpl { namespace aux {
|
namespace boost { namespace mpl { namespace aux {
|
||||||
|
|
||||||
@@ -23,7 +24,7 @@ struct v_iter_tag;
|
|||||||
#if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
|
#if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
|
||||||
struct vector_tag;
|
struct vector_tag;
|
||||||
#else
|
#else
|
||||||
template< long N > struct vector_tag;
|
template< BOOST_MPL_AUX_NTTP_DECL(long, N) > struct vector_tag;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
Reference in New Issue
Block a user