]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/util/compress_variant.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / util / compress_variant.hpp
index 363385965d42f0571cd424b40cf5e7e05e285d98..0a0464488819a465c9810d37a279f324e12c947b 100644 (file)
@@ -4,10 +4,11 @@
 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
 
-// This file was modified by Oracle on 2015.
-// Modifications copyright (c) 2015, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2015-2020.
+// Modifications copyright (c) 2015-2020, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
+// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
 #ifndef BOOST_GEOMETRY_UTIL_COMPRESS_VARIANT_HPP
 #define BOOST_GEOMETRY_UTIL_COMPRESS_VARIANT_HPP
 
+#include <boost/config/pragma_message.hpp>
+#if !defined(BOOST_ALLOW_DEPRECATED_HEADERS)
+BOOST_PRAGMA_MESSAGE("This header is deprecated.")
+#endif
 
 #include <boost/mpl/equal_to.hpp>
 #include <boost/mpl/fold.hpp>