fix doc example typo
[boost.git] / boost / interprocess / containers / vector.hpp
blobd6f31c2a6d3e58d0f92357a7874a5e0e6b0af66a
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Ion Gaztanaga 2008-2009. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 //
7 // See http://www.boost.org/libs/interprocess for documentation.
8 //
9 //////////////////////////////////////////////////////////////////////////////
11 #ifndef BOOST_INTERPROCESS_CONTAINERS_VECTOR_HPP
12 #define BOOST_INTERPROCESS_CONTAINERS_VECTOR_HPP
14 #if (defined _MSC_VER) && (_MSC_VER >= 1200)
15 # pragma once
16 #endif
18 #include <boost/interprocess/detail/config_begin.hpp>
19 #include <boost/interprocess/containers/container/vector.hpp>
21 namespace boost {
22 namespace interprocess {
24 using boost::interprocess_container::vector;
26 } //namespace interprocess {
27 } //namespace boost {
29 #include <boost/interprocess/detail/config_end.hpp>
31 #endif // #ifndef BOOST_INTERPROCESS_CONTAINERS_VECTOR_HPP