comparison DEPENDENCIES/generic/include/boost/intrusive/detail/assert.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_INTRUSIVE_DETAIL_ASSERT_HPP 13 #ifndef BOOST_INTRUSIVE_DETAIL_ASSERT_HPP
14 #define BOOST_INTRUSIVE_DETAIL_ASSERT_HPP 14 #define BOOST_INTRUSIVE_DETAIL_ASSERT_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 #if !defined(BOOST_INTRUSIVE_INVARIANT_ASSERT) 24 #if !defined(BOOST_INTRUSIVE_INVARIANT_ASSERT)
21 #include <boost/assert.hpp> 25 #include <boost/assert.hpp>