1
0
forked from boostorg/bind

Fix for Compaq C++ (Ralf W. Grosse-Kunstleve)

[SVN r15929]
This commit is contained in:
Peter Dimov
2002-10-15 10:57:08 +00:00
parent 5a10daef4d
commit cc3ebc18b8

View File

@@ -36,7 +36,7 @@ static inline boost::arg<7> _7() { return boost::arg<7>(); }
static inline boost::arg<8> _8() { return boost::arg<8>(); }
static inline boost::arg<9> _9() { return boost::arg<9>(); }
#elif defined(BOOST_MSVC) && BOOST_MSVC <= 1300
#elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) || (defined(__DECCXX_VER) && __DECCXX_VER <= 60590031)
static boost::arg<1> _1;
static boost::arg<2> _2;