|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85871 - trunk/boost/log/attributes
From: andrey.semashev_at_[hidden]
Date: 2013-09-24 14:27:59
Author: andysem
Date: 2013-09-24 14:27:59 EDT (Tue, 24 Sep 2013)
New Revision: 85871
URL: http://svn.boost.org/trac/boost/changeset/85871
Log:
Fixed #9139.
Text files modified:
trunk/boost/log/attributes/attribute_value_set.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/log/attributes/attribute_value_set.hpp
==============================================================================
--- trunk/boost/log/attributes/attribute_value_set.hpp Tue Sep 24 14:12:55 2013 (r85870)
+++ trunk/boost/log/attributes/attribute_value_set.hpp 2013-09-24 14:27:59 EDT (Tue, 24 Sep 2013) (r85871)
@@ -95,6 +95,7 @@
private:
struct implementation;
+ friend struct implementation;
//! A base class for the container nodes
struct node_base
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk