update boost on linux
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#define BOOST_LOG_CORE_RECORD_HPP_INCLUDED_
|
||||
|
||||
#include <boost/move/core.hpp>
|
||||
#include <boost/core/explicit_operator_bool.hpp>
|
||||
#include <boost/log/detail/config.hpp>
|
||||
#include <boost/utility/explicit_operator_bool.hpp>
|
||||
#include <boost/log/attributes/attribute_value_set.hpp>
|
||||
#include <boost/log/expressions/keyword_fwd.hpp>
|
||||
#include <boost/log/core/record_view.hpp>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <boost/smart_ptr/intrusive_ptr.hpp>
|
||||
#include <boost/move/core.hpp>
|
||||
#include <boost/move/utility_core.hpp>
|
||||
#include <boost/core/explicit_operator_bool.hpp>
|
||||
#include <boost/log/detail/config.hpp>
|
||||
#include <boost/utility/explicit_operator_bool.hpp>
|
||||
#include <boost/log/attributes/attribute_value_set.hpp>
|
||||
#include <boost/log/expressions/keyword_fwd.hpp>
|
||||
#ifndef BOOST_LOG_NO_THREADS
|
||||
@@ -110,7 +110,7 @@ public:
|
||||
* \post <tt>!*this == true</tt>
|
||||
*/
|
||||
BOOST_CONSTEXPR record_view() BOOST_NOEXCEPT
|
||||
#if !defined(BOOST_LOG_NO_CXX11_DEFAULTED_NOEXCEPT_FUNCTIONS)
|
||||
#if !defined(BOOST_LOG_NO_CXX11_DEFAULTED_NOEXCEPT_FUNCTIONS) && !defined(BOOST_LOG_NO_CXX11_DEFAULTED_CONSTEXPR_CONSTRUCTORS)
|
||||
= default;
|
||||
#else
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user