2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-01 20:42:18 +00:00

Changed the max_size decorator so that the overflow marker length is

included into the size limit.
The max_size method on the stream buffer will now attempt to truncate
the attached string on the character boundary.
Fixed character boundary detection for multibyte encodings.
Clean up the overflow flag and the max size limit after the formatter
has completed.
Added a test for the max_size decorator.
Cleaned up some includes and reduced the dependency on Boost.Thread.
This commit is contained in:
Andrey Semashev
2016-08-09 04:20:49 +03:00
parent aa5baeea19
commit 70debc533b
43 changed files with 331 additions and 71 deletions

View File

@@ -19,7 +19,7 @@
#include <boost/throw_exception.hpp>
#include <boost/exception/exception.hpp>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/move/utility_core.hpp>
#include <boost/spirit/include/qi_uint.hpp>
#include <boost/spirit/include/qi_parse.hpp>
#include <boost/log/detail/format.hpp>