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