| 1 | // Copyright Sebastian Ramacher, 2007. |
|---|---|
| 2 | // Distributed under the Boost Software License, Version 1.0. (See |
| 3 | // accompanying file LICENSE_1_0.txt or copy at |
| 4 | // http://www.boost.org/LICENSE_1_0.txt) |
| 5 | |
| 6 | #ifndef BOOST_PTR_CONTAINER_SERIALIZE_HPP |
| 7 | #define BOOST_PTR_CONTAINER_SERIALIZE_HPP |
| 8 | |
| 9 | #include <boost/ptr_container/serialize_ptr_array.hpp> |
| 10 | #include <boost/ptr_container/serialize_ptr_deque.hpp> |
| 11 | #include <boost/ptr_container/serialize_ptr_list.hpp> |
| 12 | #include <boost/ptr_container/serialize_ptr_map.hpp> |
| 13 | #include <boost/ptr_container/serialize_ptr_set.hpp> |
| 14 | #include <boost/ptr_container/serialize_ptr_vector.hpp> |
| 15 | #include <boost/ptr_container/serialize_ptr_unordered_set.hpp> |
| 16 | #include <boost/ptr_container/serialize_ptr_unordered_map.hpp> |
| 17 | #include <boost/ptr_container/serialize_ptr_circular_buffer.hpp> |
| 18 | |
| 19 | #endif |
| 20 |
