2014-06-01 18:08:55 -07:00
|
|
|
#ifndef BOOST_CHECKED_DELETE_HPP
|
|
|
|
#define BOOST_CHECKED_DELETE_HPP
|
2002-01-22 13:38:52 +00:00
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
// The header file at this path is deprecated;
|
|
|
|
// use boost/core/checked_delete.hpp instead.
|
2003-11-28 15:35:21 +00:00
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
#include <boost/core/checked_delete.hpp>
|
2002-01-22 13:38:52 +00:00
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
#endif
|