Skip to content

Commit

Permalink
Changelog for 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Apr 22, 2020
1 parent 785a5f3 commit cda6e33
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/what_s_new.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

[section What's New]

[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8_boost_1_73 Spirit V2.5.8 (Boost V1.73.0)]

* Boost.Endian is now used instead of its bundled prerelease version [gh_pr 550]
* Narrowed Proto and Phoenix inclusion for a 5-10% inclusion speed-up [gh_pr 558]
* Ceased dependence on Boost.Algorithm and Boost.LexicalCast [gh_pr 560]
* Added static assertion for meaningless rule attribute qualifiers [gh_pr 561]
* String literal was matching everything when `<boost/spirit/include/qi_auto.hpp>`
header is included [gh_pr 579]

[endsect]

[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_2_5_8_boost_1_72 Spirit V2.5.8 (Boost V1.72.0)]

Expand Down
12 changes: 12 additions & 0 deletions doc/x3/changelog.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@

[section Changelog]

[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_6 Spirit V3.0.6 (Boost V1.73.0)]

* ADL used to find and match `unused_type` streaming operators for every type
in `boost::spirit::x3` namespace [gh_pr 553] [gh 552]
* Ceased dependence on Boost.TTI
* Rule placeholders now a non-trivial type because its copy constructor checks
for a static initialization fiasco [gh_pr 571]
* Most parsers are now constexpr-constructible [gh_pr 570]

[endsect]

[/////////////////////////////////////////////////////////////////////////////]
[section:spirit_3_0_5 Spirit V3.0.5 (Boost V1.72.0)]

Expand Down
2 changes: 1 addition & 1 deletion include/boost/spirit/home/x3/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
// This is the version of the current Spirit X3 distribution
//
///////////////////////////////////////////////////////////////////////////////
#define SPIRIT_X3_VERSION 0x3005
#define SPIRIT_X3_VERSION 0x3006

#endif

0 comments on commit cda6e33

Please sign in to comment.