1
0
forked from boostorg/core
Files
boost_core/include/boost/utility/null_deleter.hpp

10 lines
218 B
C++
Raw Normal View History

#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