]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/function_types/detail/classifier.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / function_types / detail / classifier.hpp
index b5c5e71ebe5d185a322049aadbba29876ee96718..5cba5f83757fd62fc291360a2258ca4c7b613e73 100644 (file)
@@ -30,7 +30,7 @@ template<bits_t Flags, bits_t CCID, std::size_t Arity> struct encode_charr
   >::type type;
 };
 
-#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && !defined(BOOST_DISABLE_WIN32))
+#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && !defined(BOOST_DISABLE_WIN32))
 #   define BOOST_FT_DECL __cdecl
 #else
 #   define BOOST_FT_DECL /**/