Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86017 - website/public_html/live/feed/history
From: andrey.semashev_at_[hidden]
Date: 2013-09-29 17:15:11


Author: andysem
Date: 2013-09-29 17:15:11 EDT (Sun, 29 Sep 2013)
New Revision: 86017
URL: http://svn.boost.org/trac/boost/changeset/86017

Log:
More clear comment about deprecated headers in Boost.Log.

Text files modified:
   website/public_html/live/feed/history/boost_1_55_0.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk Sun Sep 29 17:04:06 2013 (r86016)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk 2013-09-29 17:15:11 EDT (Sun, 29 Sep 2013) (r86017)
@@ -96,7 +96,7 @@
   * General changes:
     * Added a new configuration macro `BOOST_LOG_WITHOUT_DEFAULT_FACTORIES`. By defining this macro the user can disable compilation of the default filter and formatter factories used by settings parsers. This can substantially reduce binary sizes while still retaining support for settings parsers.
     * Rewritten some of the parsers to reduce the compiled binary size. The rewritten parsers are more robust in detecting ambiguous and incorrect input.
- * The following headers are deprecated and moved to other libraries: `boost/log/utility/intrusive_ref_counter.hpp`, `boost/log/utility/explicit_operator_bool.hpp`, `boost/log/utility/empty_deleter.hpp`. These headers will be removed in future releases.
+ * The following headers are deprecated: `boost/log/utility/intrusive_ref_counter.hpp`, `boost/log/utility/explicit_operator_bool.hpp`, `boost/log/utility/empty_deleter.hpp`. These headers will be removed in future releases. The contents of these headers were moved to other libraries.
   * Bug fixes:
     * Fixed `timer` attribute generating incorrect time readings on Windows on heavy thread contention when `QueryPerformanceCounter` API was used.
     * Fixed a bug in the filter parser that prevented using parsed filters with some attributes.


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