comparison DEPENDENCIES/generic/include/boost/interprocess/detail/min_max.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
11 ////////////////////////////////////////////////////////////////////////////// 11 //////////////////////////////////////////////////////////////////////////////
12 12
13 #ifndef BOOST_INTERPROCESS_DETAIL_MIN_MAX_HPP 13 #ifndef BOOST_INTERPROCESS_DETAIL_MIN_MAX_HPP
14 #define BOOST_INTERPROCESS_DETAIL_MIN_MAX_HPP 14 #define BOOST_INTERPROCESS_DETAIL_MIN_MAX_HPP
15 15
16 #if (defined _MSC_VER) && (_MSC_VER >= 1200) 16 #ifndef BOOST_CONFIG_HPP
17 # include <boost/config.hpp>
18 #endif
19 #
20 #if defined(BOOST_HAS_PRAGMA_ONCE)
17 # pragma once 21 # pragma once
18 #endif 22 #endif
19 23
20 #include <boost/interprocess/detail/config_begin.hpp> 24 #include <boost/interprocess/detail/config_begin.hpp>
21 #include <boost/interprocess/detail/workaround.hpp> 25 #include <boost/interprocess/detail/workaround.hpp>