...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
There was no version bump and changelog for Boost V1.61.0-1.66.0 releases.
types
typedef of boost::optional
. The typedef was removed in
the new optional implementation. GH#271 TRAC#12349
BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
(attr_cast
, confix
, distinct
,
keywords
, and flush_multi_pass
). GH#314 TRAC#13311
hold_any
.
GH#361 TRAC#8268
uint_parser<signed T>
.
GH#297
get_current_line
,
get_line_start
, and added
get_line_end
. GH#304
ForwardIterator
to ReadableIteratorConcept
&& ForwardTraversalConcept
.
GH#320
parse_frac_n
from user defined real policy does not return negative values and also
to prevent static analyzers false-positives. GH#358