|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85085 - trunk/libs/log/doc
From: andrey.semashev_at_[hidden]
Date: 2013-07-19 18:17:29
Author: andysem
Date: 2013-07-19 18:17:29 EDT (Fri, 19 Jul 2013)
New Revision: 85085
URL: http://svn.boost.org/trac/boost/changeset/85085
Log:
Fixed typo.
Text files modified:
trunk/libs/log/doc/attributes.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/log/doc/attributes.qbk
==============================================================================
--- trunk/libs/log/doc/attributes.qbk Fri Jul 19 17:29:48 2013 (r85084)
+++ trunk/libs/log/doc/attributes.qbk 2013-07-19 18:17:29 EDT (Fri, 19 Jul 2013) (r85085)
@@ -296,7 +296,7 @@
[note In order this code to compile, the __boost_exception__ support header has to be included.]
-[note We do not inject the [class_attributes_named_scope] attribute into the exception. Since scope stacks are maintained globally, throwing an exception will cause stack unwinding and, as a result, will truncate the global stack. Instead we create a copy of the scope stack bu calling [funcref boost::log::current_scope `current_scope`] at the throw site. This copy will be kept intact even if the global stack instance changes during the stack unwinding.]
+[note We do not inject the [class_attributes_named_scope] attribute into the exception. Since scope stacks are maintained globally, throwing an exception will cause stack unwinding and, as a result, will truncate the global stack. Instead we create a copy of the scope stack by calling [funcref boost::log::current_scope `current_scope`] at the throw site. This copy will be kept intact even if the global stack instance changes during the stack unwinding.]
[endsect]
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