fix doc example typo
[boost.git] / boost / unordered_map.hpp
blob00d3c91c2a00c022398a48ae9f90e7b6ef4de490
2 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
3 // Copyright (C) 2005-2008 Daniel James.
4 // Distributed under the Boost Software License, Version 1.0. (See accompanying
5 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/unordered for documentation
9 #ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED
10 #define BOOST_UNORDERED_MAP_HPP_INCLUDED
12 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
13 # pragma once
14 #endif
16 #include <boost/unordered/unordered_map.hpp>
18 #endif // BOOST_UNORDERED_MAP_HPP_INCLUDED