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