]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/phoenix/version.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / phoenix / version.hpp
index baf215d09732a8f1e10343e21bedcf975a89ba49..45e2ec05afbb649f1cc7a359788fa1d922eeeeba 100644 (file)
 ///////////////////////////////////////////////////////////////////////////////
 #define BOOST_PHOENIX_VERSION   0x3200    // 3.2.0
 
-// boost/predef is not in Boost before 1.55.0
-#include <boost/version.hpp>
-#if BOOST_VERSION >= 105500
-// Also note that it has a nonstandard header which could change,
-// so I have not relied on its own internal define.
-#include <boost/predef.h>
-#define BOOST_PHOENIX_HAVE_BOOST_PREDEF
-#endif
-
-#ifdef BOOST_PHOENIX_HAVE_BOOST_PREDEF
+#include <boost/predef/version_number.h>
 #define BOOST_PHOENIX_VERSION_NUMBER = BOOST_VERSION_NUMBER(3,2,0)
-#endif
 
 #endif