• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Spirit V2.5.5</title>
5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../index.html" title="Spirit 2.5.8">
8<link rel="up" href="../what_s_new.html" title="What's New">
9<link rel="prev" href="spirit_2_5_6.html" title="Spirit V2.5.6">
10<link rel="next" href="spirit_2_5_4.html" title="Spirit V2.5.4">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="spirit_2_5_6.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../what_s_new.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spirit_2_5_4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="spirit.what_s_new.spirit_2_5_5"></a><a class="link" href="spirit_2_5_5.html" title="Spirit V2.5.5">Spirit V2.5.5</a>
28</h3></div></div></div>
29<h5>
30<a name="spirit.what_s_new.spirit_2_5_5.h0"></a>
31        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_5.what_s_changed_from_v2_5_4__boost_v1_66_0__to_v2_5_5__boost_v1_67_0_"></a></span><a class="link" href="spirit_2_5_5.html#spirit.what_s_new.spirit_2_5_5.what_s_changed_from_v2_5_4__boost_v1_66_0__to_v2_5_5__boost_v1_67_0_">What's
32        changed from V2.5.4 (Boost V1.66.0) to V2.5.5 (Boost V1.67.0)</a>
33      </h5>
34<p>
35        There was no version bump and changelog for Boost V1.61.0-1.66.0 releases.
36      </p>
37<h5>
38<a name="spirit.what_s_new.spirit_2_5_5.h1"></a>
39        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_5.bug_fixes_in_qi_or_karma"></a></span><a class="link" href="spirit_2_5_5.html#spirit.what_s_new.spirit_2_5_5.bug_fixes_in_qi_or_karma">Bug Fixes
40        in Qi or Karma</a>
41      </h5>
42<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
43<li class="listitem">
44            Fixed keyword directives compilation on C++11. <a href="https://github.com/boostorg/spirit/pull/256" target="_top">GH#256</a> <a href="https://svn.boost.org/trac/boost/ticket/11493" target="_top">TRAC#11493</a>
45          </li>
46<li class="listitem">
47            Fixed subrules compilation. <a href="https://github.com/boostorg/spirit/pull/279" target="_top">GH#279</a> <a href="https://github.com/boostorg/spirit/pull/259" target="_top">GH#259</a>
48          </li>
49<li class="listitem">
50            Fixed subrules use after scope bug. <a href="https://github.com/boostorg/spirit/pull/284" target="_top">GH#284</a> <a href="https://svn.boost.org/trac/boost/ticket/5270" target="_top">TRAC#5270</a>
51          </li>
52<li class="listitem">
53            Fixed undefined behavior in sequential or operator. Underlying parsers
54            order of execution was dependent on compiler. <a href="https://github.com/boostorg/spirit/pull/310" target="_top">GH#310</a>
55          </li>
56<li class="listitem">
57            Spirit was accidentally relaying on <code class="computeroutput"><span class="identifier">types</span></code>
58            typedef of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">optional</span></code>. The typedef was removed in
59            the new optional implementation. <a href="https://github.com/boostorg/spirit/pull/271" target="_top">GH#271</a> <a href="https://svn.boost.org/trac/boost/ticket/12349" target="_top">TRAC#12349</a>
60          </li>
61<li class="listitem">
62            Fixed problems with <code class="computeroutput"><span class="identifier">BOOST_SPIRIT_NO_PREDEFINED_TERMINALS</span></code>
63            (<code class="computeroutput"><span class="identifier">attr_cast</span></code>, <code class="computeroutput"><span class="identifier">confix</span></code>, <code class="computeroutput"><span class="identifier">distinct</span></code>,
64            <code class="computeroutput"><span class="identifier">keywords</span></code>, and <code class="computeroutput"><span class="identifier">flush_multi_pass</span></code>). <a href="https://github.com/boostorg/spirit/pull/314" target="_top">GH#314</a> <a href="https://svn.boost.org/trac/boost/ticket/13311" target="_top">TRAC#13311</a>
65          </li>
66<li class="listitem">
67            Added missing copy assignment operator to <code class="computeroutput"><span class="identifier">hold_any</span></code>.
68            <a href="https://github.com/boostorg/spirit/pull/361" target="_top">GH#361</a> <a href="https://svn.boost.org/trac/boost/ticket/8268" target="_top">TRAC#8268</a>
69          </li>
70</ul></div>
71<h5>
72<a name="spirit.what_s_new.spirit_2_5_5.h2"></a>
73        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_5.bug_fixes_in_qi"></a></span><a class="link" href="spirit_2_5_5.html#spirit.what_s_new.spirit_2_5_5.bug_fixes_in_qi">Bug
74        Fixes in Qi</a>
75      </h5>
76<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
77<li class="listitem">
78            Fixed alternate operator. <a href="https://github.com/boostorg/spirit/pull/201" target="_top">GH#201</a> <a href="https://github.com/boostorg/spirit/pull/271" target="_top">GH#271</a> <a href="https://svn.boost.org/trac/boost/ticket/12349" target="_top">TRAC#12349</a>
79          </li>
80<li class="listitem">
81            Fixed signed integer overflow in real parser. <a href="https://github.com/boostorg/spirit/pull/245" target="_top">GH#245</a>
82          </li>
83<li class="listitem">
84            Fixed overflow problem in <code class="computeroutput"><span class="identifier">uint_parser</span><span class="special">&lt;</span><span class="keyword">signed</span> <span class="identifier">T</span><span class="special">&gt;</span></code>.
85            <a href="https://github.com/boostorg/spirit/pull/297" target="_top">GH#297</a>
86          </li>
87<li class="listitem">
88            Fixed <code class="computeroutput"><span class="identifier">get_current_line</span></code>,
89            <code class="computeroutput"><span class="identifier">get_line_start</span></code>, and added
90            <code class="computeroutput"><span class="identifier">get_line_end</span></code>. <a href="https://github.com/boostorg/spirit/pull/304" target="_top">GH#304</a>
91          </li>
92<li class="listitem">
93            Permutations parser were always initializing optionals. <a href="https://github.com/boostorg/spirit/pull/319" target="_top">GH#319</a> <a href="https://svn.boost.org/trac/boost/ticket/12473" target="_top">TRAC#12473</a>
94          </li>
95<li class="listitem">
96            Changed iterator concept static assert from <code class="computeroutput"><span class="identifier">ForwardIterator</span></code>
97            to <code class="computeroutput"><span class="identifier">ReadableIteratorConcept</span></code>
98            &amp;&amp; <code class="computeroutput"><span class="identifier">ForwardTraversalConcept</span></code>.
99            <a href="https://github.com/boostorg/spirit/pull/320" target="_top">GH#320</a>
100          </li>
101<li class="listitem">
102            Added assertations to real parsers to ensure that the <code class="computeroutput"><span class="identifier">parse_frac_n</span></code>
103            from user defined real policy does not return negative values and also
104            to prevent static analyzers false-positives. <a href="https://github.com/boostorg/spirit/pull/358" target="_top">GH#358</a>
105          </li>
106</ul></div>
107<h5>
108<a name="spirit.what_s_new.spirit_2_5_5.h3"></a>
109        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_5.bug_fixes_in_karma"></a></span><a class="link" href="spirit_2_5_5.html#spirit.what_s_new.spirit_2_5_5.bug_fixes_in_karma">Bug
110        Fixes in Karma</a>
111      </h5>
112<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
113<li class="listitem">
114            Fixed alternate operator. <a href="https://github.com/boostorg/spirit/pull/271" target="_top">GH#271</a>
115          </li>
116<li class="listitem">
117            Fixed <code class="computeroutput"><span class="identifier">no_buffering_policy</span></code>
118            missing copy constructor. <a href="https://github.com/boostorg/spirit/pull/261" target="_top">GH#261</a>
119          </li>
120<li class="listitem">
121            The <code class="computeroutput"><span class="identifier">ostream_iterator</span></code>
122            was inheriting <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">iterator</span></code> which is deprecated in C++17.
123            <a href="https://github.com/boostorg/spirit/pull/345" target="_top">GH#345</a>
124          </li>
125</ul></div>
126<h5>
127<a name="spirit.what_s_new.spirit_2_5_5.h4"></a>
128        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_5.bug_fixes_in_lex"></a></span><a class="link" href="spirit_2_5_5.html#spirit.what_s_new.spirit_2_5_5.bug_fixes_in_lex">Bug
129        Fixes in Lex</a>
130      </h5>
131<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
132<li class="listitem">
133            Store id as promoted type to allow out-of-enum values. <a href="https://github.com/boostorg/spirit/pull/247" target="_top">GH#247</a>
134          </li>
135<li class="listitem">
136            Fixed C2001 'newline in constant' warning in generated lexers. <a href="https://github.com/boostorg/spirit/pull/324" target="_top">GH#324</a> <a href="https://svn.boost.org/trac/boost/ticket/11540" target="_top">TRAC#11540</a>
137          </li>
138</ul></div>
139</div>
140<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
141<td align="left"></td>
142<td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
143        Distributed under the Boost Software License, Version 1.0. (See accompanying
144        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
145      </p>
146</div></td>
147</tr></table>
148<hr>
149<div class="spirit-nav">
150<a accesskey="p" href="spirit_2_5_6.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../what_s_new.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="spirit_2_5_4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
151</div>
152</body>
153</html>
154