1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/ptr_container/ptr_container.hpp Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,26 @@
1.4 +//
1.5 +// Boost.Pointer Container
1.6 +//
1.7 +// Copyright Thorsten Ottosen 2003-2005. Use, modification and
1.8 +// distribution is subject to the Boost Software License, Version
1.9 +// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.10 +// http://www.boost.org/LICENSE_1_0.txt)
1.11 +//
1.12 +// For more information, see http://www.boost.org/libs/ptr_container/
1.13 +//
1.14 +
1.15 +#ifndef BOOST_PTR_CONTAINER_HPP
1.16 +#define BOOST_PTR_CONTAINER_HPP
1.17 +
1.18 +#if defined(_MSC_VER) && (_MSC_VER >= 1200)
1.19 +# pragma once
1.20 +#endif
1.21 +
1.22 +#include <boost/ptr_container/ptr_deque.hpp>
1.23 +#include <boost/ptr_container/ptr_list.hpp>
1.24 +#include <boost/ptr_container/ptr_map.hpp>
1.25 +#include <boost/ptr_container/ptr_set.hpp>
1.26 +#include <boost/ptr_container/ptr_vector.hpp>
1.27 +
1.28 +#endif
1.29 +