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