mirror of
https://github.com/boostorg/variant.git
synced 2026-07-21 13:43:36 +00:00
refactor: use core/checked_delete over checked_delete
The later has been deprecated: ```cpp // The header file at this path is deprecated; // use boost/core/checked_delete.hpp instead. ```
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <boost/variant/recursive_wrapper_fwd.hpp>
|
||||
#include <boost/variant/detail/move.hpp>
|
||||
#include <boost/checked_delete.hpp>
|
||||
#include <boost/core/checked_delete.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user