...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 PR#271 #12349.
BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
(attr_cast
, confix
, distinct
,
keywords
, and flush_multi_pass
) PR#314 #13311.
hold_any
PR#361 #8268.
uint_parser<signed T>
PR#297.
get_current_line
,
get_line_start
, and added
get_line_end
PR#304.
ForwardIterator
to ReadableIteratorConcept
&& ForwardTraversalConcept
PR#320.
parse_frac_n
from user defined real policy does not return negative values and also
to prevent static analyzers false-positives PR#358.
no_buffering_policy
missing copy constructor PR#261.
ostream_iterator
was inheriting std::iterator
which is deprecated in C++17
PR#345.