]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/geometries/concepts/check.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / geometry / geometries / concepts / check.hpp
index f609d5f1315535b6bfd17f28997d66b05fe60ca9..8888481d8a6ac97c2118d4389c597b29e18197a2 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <boost/concept_check.hpp>
 #include <boost/concept/requires.hpp>
+#include <boost/core/ignore_unused.hpp>
 #include <boost/type_traits/is_const.hpp>
 #include <boost/variant/variant_fwd.hpp>
 
@@ -216,7 +217,7 @@ template <typename Geometry>
 inline void check()
 {
     detail::checker<Geometry> c;
-    boost::ignore_unused_variable_warning(c);
+    boost::ignore_unused(c);
 }