Files
boost_core/include/boost/checked_delete.hpp
T

10 lines
210 B
C++
Raw Normal View History

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