mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
found the case when it's needed for MSVC 7.0
[SVN r16721]
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user