Subject: [Boost-bugs] [Boost C++ Libraries] #9123: Named scope without "...->" prefix
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-17 08:53:33
#9123: Named scope without "...->" prefix
------------------------------+---------------------
Reporter: anonymous | Owner: andysem
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: log
Version: Boost 1.54.0 | Severity: Problem
Keywords: boost.log scope |
------------------------------+---------------------
Currently,
{{{
expr::format_named_scope("Scope",
keywords::format = "%n",
keywords::iteration = expr::forward,
keywords::depth = 1)
}}}
produces the following scope formatting in the log:
{{{
scope1
...->scope2
...->scope3
}}}
The prefix of "..." is impossible to remove. Even if one specifies
`keywords::delimiter = ""`, there still will be "..." in the log.
Please make it possible to format named scope without "..." prefix.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9123> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC