comparison DEPENDENCIES/generic/include/boost/unordered/detail/fwd.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
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 5
6 #ifndef BOOST_UNORDERED_FWD_HPP_INCLUDED 6 #ifndef BOOST_UNORDERED_FWD_HPP_INCLUDED
7 #define BOOST_UNORDERED_FWD_HPP_INCLUDED 7 #define BOOST_UNORDERED_FWD_HPP_INCLUDED
8 8
9 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 9 #include <boost/config.hpp>
10 # pragma once 10 #if defined(BOOST_HAS_PRAGMA_ONCE)
11 #pragma once
11 #endif 12 #endif
12
13 13
14 namespace boost 14 namespace boost
15 { 15 {
16 namespace unordered 16 namespace unordered
17 { 17 {