Skip to content

Commit 69e2c44

Browse files
committed
Rollback BOOST_HEADER_DEPRECATED on version.hpp and allocation_type.hpp, it's causing unwanted warnings.
1 parent 6ca985f commit 69e2c44

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

include/boost/interprocess/containers/allocation_type.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include <boost/interprocess/detail/config_begin.hpp>
2323
#include <boost/container/detail/allocation_type.hpp>
2424

25-
#include <boost/config/header_deprecated.hpp>
26-
BOOST_HEADER_DEPRECATED("[[no replacement]]")
27-
2825
namespace boost {
2926
namespace interprocess {
3027

include/boost/interprocess/containers/version_type.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include <boost/interprocess/detail/config_begin.hpp>
2323
#include <boost/container/detail/version_type.hpp>
2424

25-
#include <boost/config/header_deprecated.hpp>
26-
BOOST_HEADER_DEPRECATED("<boost/container/detail/version_type.hpp>")
27-
2825
namespace boost {
2926
namespace interprocess {
3027

0 commit comments

Comments
 (0)