Remove BOOST_CONSTEXPR

This commit is contained in:
Christian Mazakas
2023-08-28 12:48:03 -07:00
parent 0c90a84aa0
commit 11322de29f
3 changed files with 3 additions and 3 deletions

View File

@@ -2251,7 +2251,7 @@ namespace boost {
}
public:
BOOST_CONSTEXPR node_handle_set() noexcept : ptr_(), has_alloc_(false) {}
constexpr node_handle_set() noexcept : ptr_(), has_alloc_(false) {}
~node_handle_set()
{