1
0
forked from boostorg/core
Files
boost_core/include/boost/utility/null_deleter.hpp
2014-06-02 00:46:33 -07:00

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