mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Changelog for 1.73
This commit is contained in:
@@ -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)]
|
||||
|
||||
|
||||
@@ -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)]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user