mirror of
https://github.com/boostorg/log.git
synced 2026-02-10 23:42:22 +00:00
Merged latest changes from trunk.
[SVN r85986]
This commit is contained in:
@@ -61,7 +61,7 @@ struct formatters_repository :
|
||||
//! Base class type
|
||||
typedef log::aux::lazy_singleton< formatters_repository< CharT > > base_type;
|
||||
|
||||
#if !defined(BOOST_LOG_BROKEN_FRIEND_TEMPLATE_INSTANTIATIONS)
|
||||
#if !defined(BOOST_LOG_BROKEN_FRIEND_TEMPLATE_SPECIALIZATIONS)
|
||||
friend class log::aux::lazy_singleton< formatters_repository< CharT > >;
|
||||
#else
|
||||
friend class base_type;
|
||||
|
||||
Reference in New Issue
Block a user