12345678910111213141516171819202122232425 |
- #ifndef BOOST_CSBL_MEMORY_DEFAULT_DELETE_HPP
- #define BOOST_CSBL_MEMORY_DEFAULT_DELETE_HPP
- #include <boost/thread/csbl/memory/config.hpp>
- namespace boost
- {
- namespace csbl
- {
- using ::std::default_delete;
- }
- }
- #endif
|