Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Spirit V3.0.1 (Boost V1.67.0)
PrevUpHome

There was no version bump and changelog for Boost V1.56.0-1.66.0 releases.

  • Removed with_context. GH#239
  • Added noexcept to x3::variant and forward_ast. GH#241
  • CR+LF lines wrongly counted in error_handler::position(). GH#248
  • Fixed unused_type attribute case in parse_into_container. GH#266
  • Fixed parsing into associative containers. GH#289
  • Fixed overflow problem in uint_parser<signed T>. GH#297
  • Added VS2015 Update 3 support by using workarounds. GH#308
  • Fixed include guard names collision with Qi. GH#313
  • Added parsing into range. GH#316 TRAC#12928
  • Changed iterator concept static assert from ForwardIterator to ReadableIteratorConcept && ForwardTraversalConcept. GH#320
  • Reenabled fusion::map support. GH#330
  • Fixed string("...") and attr("...") to single item sequence. GH#337
  • Dereference a single item view instead of unwrapping sequence. GH#340
  • Prevent parse_nan from dereferencing out of range iterator. GH#351
  • Use traits to test if container is empty. GH#355

PrevUpHome