comparison DEPENDENCIES/generic/include/boost/log/detail/footer.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children c530137014c0
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 /*
2 * Copyright Andrey Semashev 2007 - 2013.
3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt)
6 */
7
8 #if !defined(BOOST_LOG_ENABLE_WARNINGS)
9
10 #if defined(_MSC_VER)
11
12 #pragma warning(pop)
13
14 #elif defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
15
16 #pragma GCC diagnostic pop
17
18 #endif
19
20 #endif // !defined(BOOST_LOG_ENABLE_WARNINGS)
21
22 #include <boost/config/abi_suffix.hpp>