MSVC 6.5 fix

[SVN r26150]
This commit is contained in:
Aleksey Gurtovoy
2004-11-08 15:15:49 +00:00
parent 368bc46576
commit 9b6b432157

View File

@@ -15,6 +15,7 @@
// $Revision$
#include <boost/mpl/aux_/config/typeof.hpp>
#include <boost/mpl/aux_/nttp_decl.hpp>
namespace boost { namespace mpl { namespace aux {
@@ -23,7 +24,7 @@ struct v_iter_tag;
#if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
struct vector_tag;
#else
template< long N > struct vector_tag;
template< BOOST_MPL_AUX_NTTP_DECL(long, N) > struct vector_tag;
#endif
}}}