comparison DEPENDENCIES/generic/include/boost/signals2/mutex.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
16 #ifndef BOOST_SIGNALS2_MUTEX_HPP 16 #ifndef BOOST_SIGNALS2_MUTEX_HPP
17 #define BOOST_SIGNALS2_MUTEX_HPP 17 #define BOOST_SIGNALS2_MUTEX_HPP
18 18
19 // MS compatible compilers support #pragma once 19 // MS compatible compilers support #pragma once
20 20
21 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 21 #if defined(_MSC_VER)
22 # pragma once 22 # pragma once
23 #endif 23 #endif
24 24
25 #include <boost/config.hpp> 25 #include <boost/config.hpp>
26 26