src/cxx_supportlib/vendor-modified/boost/config/compiler/xlcpp.hpp in passenger-6.0.16 vs src/cxx_supportlib/vendor-modified/boost/config/compiler/xlcpp.hpp in passenger-6.0.17

- old
+ new

@@ -268,9 +268,13 @@ #if __cplusplus < 201400 // All versions with __cplusplus above this value seem to support this: # define BOOST_NO_CXX14_DIGIT_SEPARATORS #endif +// Deprecated symbol markup +#if __has_attribute(deprecated) +#define BOOST_DEPRECATED(msg) __attribute__((deprecated(msg))) +#endif // Unused attribute: #if defined(__GNUC__) && (__GNUC__ >= 4) # define BOOST_ATTRIBUTE_UNUSED __attribute__((unused)) #endif