2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-09 11:12:38 +00:00

Merged latest changes from trunk.

[SVN r85986]
This commit is contained in:
Andrey Semashev
2013-09-28 16:11:45 +00:00
parent bf9c04dc9a
commit f01ecd2e7c
15 changed files with 51 additions and 43 deletions

View File

@@ -73,7 +73,7 @@ struct filters_repository :
typedef std::map< attribute_name, shared_ptr< filter_factory_type >, attribute_name_order > factories_map;
#if !defined(BOOST_LOG_BROKEN_FRIEND_TEMPLATE_INSTANTIATIONS)
#if !defined(BOOST_LOG_BROKEN_FRIEND_TEMPLATE_SPECIALIZATIONS)
friend class log::aux::lazy_singleton< filters_repository< char_type > >;
#else
friend class base_type;