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 is the documentation for a snapshot of the master branch, built from commit 69109f5924.
PrevUpHomeNext

Spirit V2.4

What's changed in Spirit.Qi and Spirit.Karma from V2.3 (Boost V1.43.0) to V2.4 (Boost V1.44.0)
New Features
[Important] Important

This is a interface breaking change requiring to modify existing code. If you have a specialization of this customization point in your code you need to add the specialization for the new template parameter, i.e. either qi::domain or karma::domain.

Bug Fixes
What's changed in Spirit.Lex from V2.3 (Boost V1.43.0) to V2.4 (Boost V1.44.0)
New Lexer Features
Lexer Bug Fixes

PrevUpHomeNext