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:
fanquake
2022-04-08 14:48:21 +01:00
parent d2fdf2384b
commit 281c1791b1
+1 -1
View File
@@ -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 {