comparison DEPENDENCIES/generic/include/boost/bimap/views/map_view.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
10 /// \brief View of a side of a bimap that is signature compatible with std::map. 10 /// \brief View of a side of a bimap that is signature compatible with std::map.
11 11
12 #ifndef BOOST_BIMAP_VIEWS_MAP_VIEW_HPP 12 #ifndef BOOST_BIMAP_VIEWS_MAP_VIEW_HPP
13 #define BOOST_BIMAP_VIEWS_MAP_VIEW_HPP 13 #define BOOST_BIMAP_VIEWS_MAP_VIEW_HPP
14 14
15 #if defined(_MSC_VER) && (_MSC_VER>=1200) 15 #if defined(_MSC_VER)
16 #pragma once 16 #pragma once
17 #endif 17 #endif
18 18
19 #include <boost/config.hpp> 19 #include <boost/config.hpp>
20 20