forked from boostorg/core
10 lines
210 B
C++
10 lines
210 B
C++
#ifndef BOOST_CHECKED_DELETE_HPP
|
|
#define BOOST_CHECKED_DELETE_HPP
|
|
|
|
// The header file at this path is deprecated;
|
|
// use boost/core/checked_delete.hpp instead.
|
|
|
|
#include <boost/core/checked_delete.hpp>
|
|
|
|
#endif
|