From 69e2c44e2a25aef29566e589cc8a827f8430bbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 5 Jan 2026 02:07:16 +0100 Subject: [PATCH] Rollback BOOST_HEADER_DEPRECATED on version.hpp and allocation_type.hpp, it's causing unwanted warnings. --- include/boost/interprocess/containers/allocation_type.hpp | 3 --- include/boost/interprocess/containers/version_type.hpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/include/boost/interprocess/containers/allocation_type.hpp b/include/boost/interprocess/containers/allocation_type.hpp index 1b2ca00..d99b7ab 100644 --- a/include/boost/interprocess/containers/allocation_type.hpp +++ b/include/boost/interprocess/containers/allocation_type.hpp @@ -22,9 +22,6 @@ #include #include -#include -BOOST_HEADER_DEPRECATED("[[no replacement]]") - namespace boost { namespace interprocess { diff --git a/include/boost/interprocess/containers/version_type.hpp b/include/boost/interprocess/containers/version_type.hpp index 37706c6..6885072 100644 --- a/include/boost/interprocess/containers/version_type.hpp +++ b/include/boost/interprocess/containers/version_type.hpp @@ -22,9 +22,6 @@ #include #include -#include -BOOST_HEADER_DEPRECATED("") - namespace boost { namespace interprocess {