found the case when it's needed for MSVC 7.0

[SVN r16721]
This commit is contained in:
Aleksey Gurtovoy
2002-12-30 12:41:28 +00:00
parent ca8bb2d3fa
commit 003cbdd989

View File

@@ -19,7 +19,7 @@
#include "boost/config.hpp"
#if defined(BOOST_MSVC) && BOOST_MSVC < 1300
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300
namespace boost {
namespace mpl {