1
0
forked from boostorg/bind

Metrowerks precompiled header fix (Bertolt Mildner)

[SVN r16731]
This commit is contained in:
Peter Dimov
2003-01-02 11:55:47 +00:00
parent eca328b27c
commit 7b7784d470

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<8> _8() { return boost::arg<8>(); }
static inline boost::arg<9> _9() { return boost::arg<9>(); } static inline boost::arg<9> _9() { return boost::arg<9>(); }
#elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) || (defined(__DECCXX_VER) && __DECCXX_VER <= 60590031) #elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) || (defined(__DECCXX_VER) && __DECCXX_VER <= 60590031) || defined(__MWERKS__)
static boost::arg<1> _1; static boost::arg<1> _1;
static boost::arg<2> _2; static boost::arg<2> _2;