comparison DEPENDENCIES/generic/include/boost/log/sources/features.hpp @ 117:fdfd5e9f8a77 emscripten

Merge from default branch
author Chris Cannam
date Wed, 18 May 2016 15:55:14 +0100
parents c530137014c0
children
comparison
equal deleted inserted replaced
99:5f61994de79a 117:fdfd5e9f8a77
1 /* 1 /*
2 * Copyright Andrey Semashev 2007 - 2013. 2 * Copyright Andrey Semashev 2007 - 2015.
3 * Distributed under the Boost Software License, Version 1.0. 3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at 4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt) 5 * http://www.boost.org/LICENSE_1_0.txt)
6 */ 6 */
7 /*! 7 /*!
23 #endif 23 #endif
24 24
25 #if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) 25 #if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
26 26
27 #include <boost/preprocessor/repetition/enum_params.hpp> 27 #include <boost/preprocessor/repetition/enum_params.hpp>
28 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
28 #include <boost/preprocessor/repetition/enum_shifted_params.hpp> 29 #include <boost/preprocessor/repetition/enum_shifted_params.hpp>
29 #include <boost/preprocessor/repetition/enum_shifted_binary_params.hpp>
30 #include <boost/preprocessor/facilities/intercept.hpp> 30 #include <boost/preprocessor/facilities/intercept.hpp>
31 31
32 //! The macro defines the maximum number of features that can be specified for a logger 32 //! The macro defines the maximum number of features that can be specified for a logger
33 #ifndef BOOST_LOG_FEATURES_LIMIT 33 #ifndef BOOST_LOG_FEATURES_LIMIT
34 #define BOOST_LOG_FEATURES_LIMIT 10 34 #define BOOST_LOG_FEATURES_LIMIT 10