comparison DEPENDENCIES/generic/include/boost/serialization/singleton.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
28 // In debug mode, we assert that no non-const functions are called 28 // In debug mode, we assert that no non-const functions are called
29 // after main is invoked. 29 // after main is invoked.
30 // 30 //
31 31
32 // MS compatible compilers support #pragma once 32 // MS compatible compilers support #pragma once
33 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 33 #if defined(_MSC_VER)
34 # pragma once 34 # pragma once
35 #endif 35 #endif
36 36
37 #include <boost/assert.hpp> 37 #include <boost/assert.hpp>
38 #include <boost/config.hpp> 38 #include <boost/config.hpp>