]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/util/transform_variant.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / util / transform_variant.hpp
index f0836bcbf26ca091bba0b628b86cb2e38d2cd8e8..43e844b20b3426025e6f6b5915ec091673db81cc 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.
 #define BOOST_GEOMETRY_UTIL_TRANSFORM_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/transform.hpp>
 #include <boost/variant/variant_fwd.hpp>