src/cxx_supportlib/vendor-modified/boost/algorithm/string/detail/formatter.hpp in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/algorithm/string/detail/formatter.hpp in passenger-6.0.8
- old
+ new
@@ -40,10 +40,10 @@
// Construction
const_formatF(const RangeT& Format) :
m_Format(::boost::begin(Format), ::boost::end(Format)) {}
// Operation
-#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
+#if BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x564))
template<typename Range2T>
result_type& operator()(const Range2T&)
{
return m_Format;
}