]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/histogram/detail/ignore_deprecation_warning_end.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / histogram / detail / ignore_deprecation_warning_end.hpp
diff --git a/ceph/src/boost/boost/histogram/detail/ignore_deprecation_warning_end.hpp b/ceph/src/boost/boost/histogram/detail/ignore_deprecation_warning_end.hpp
new file mode 100644 (file)
index 0000000..0bf6273
--- /dev/null
@@ -0,0 +1,6 @@
+#if (defined(__GNUC__) || defined(__clang__))
+#pragma GCC diagnostic pop
+
+#elif defined(_MSC_VER)
+#pragma warning(pop)
+#endif