src/cxx_supportlib/vendor-modified/boost/bind/placeholders.hpp in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/bind/placeholders.hpp in passenger-6.0.8

- old
+ new

@@ -27,10 +27,10 @@ { namespace placeholders { -#if defined(__BORLANDC__) || defined(__GNUC__) && (__GNUC__ < 4) +#if defined(BOOST_BORLANDC) || defined(__GNUC__) && (__GNUC__ < 4) inline boost::arg<1> _1() { return boost::arg<1>(); } inline boost::arg<2> _2() { return boost::arg<2>(); } inline boost::arg<3> _3() { return boost::arg<3>(); } inline boost::arg<4> _4() { return boost::arg<4>(); }