fix doc example typo
[boost.git] / boost / bimap.hpp
blob51d726dd32e58c77499d79f2c7d3b95e67b48ee5
1 // Boost.Bimap
2 //
3 // Copyright (c) 2006-2007 Matias Capeletto
4 //
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See www.boost.org/libs/bimap for documentation.
11 // Convenience header
13 #include <boost/bimap/bimap.hpp>
15 namespace boost
17 using ::boost::bimaps::bimap;