mirror of
https://github.com/boostorg/log.git
synced 2026-02-12 00:02:17 +00:00
Merged latest changes from trunk.
[SVN r85461]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* \date 19.04.2007
|
||||
*
|
||||
* \brief This header is the Boost.Log library implementation, see the library documentation
|
||||
* at http://www.boost.org/libs/log/doc/log.html.
|
||||
* at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html.
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
@@ -134,8 +134,8 @@ public:
|
||||
//! Returns the flag indicating whether it is needed to detach the record from the current thread
|
||||
bool is_detach_from_thread_needed() const BOOST_NOEXCEPT { return m_detach_from_thread_needed; }
|
||||
|
||||
BOOST_LOG_DELETED_FUNCTION(private_data(private_data const&))
|
||||
BOOST_LOG_DELETED_FUNCTION(private_data& operator= (private_data const&))
|
||||
BOOST_DELETED_FUNCTION(private_data(private_data const&))
|
||||
BOOST_DELETED_FUNCTION(private_data& operator= (private_data const&))
|
||||
|
||||
private:
|
||||
//! Returns a pointer to the first accepting sink
|
||||
@@ -286,7 +286,7 @@ public:
|
||||
|
||||
//! Opens a record
|
||||
template< typename SourceAttributesT >
|
||||
BOOST_LOG_FORCEINLINE record open_record(BOOST_FWD_REF(SourceAttributesT) source_attributes)
|
||||
BOOST_FORCEINLINE record open_record(BOOST_FWD_REF(SourceAttributesT) source_attributes)
|
||||
{
|
||||
// Try a quick win first
|
||||
if (m_enabled) try
|
||||
|
||||
Reference in New Issue
Block a user