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
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
int_ >>
-(int_
>> int_) into tuple<int, optional<int>, optional<int>> will produce a compilation error
in sequence parser. This was a bugfeature which might be reimplemented
in the future.
error_handler newline/whitespace
handling issues. GH#669 GH#670
seek[...]
directive going past the end of input introduced in GH#30, triggered when
pre-skip leaves no data. GH#658 GH#683