• 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.2</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_3.html" title="Spirit V2.5.3">
10<link rel="next" href="spirit_2_5_1.html" title="Spirit V2.5.1">
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_3.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_1.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_2"></a><a class="link" href="spirit_2_5_2.html" title="Spirit V2.5.2">Spirit V2.5.2</a>
28</h3></div></div></div>
29<h5>
30<a name="spirit.what_s_new.spirit_2_5_2.h0"></a>
31        <span class="phrase"><a name="spirit.what_s_new.spirit_2_5_2.what_s_changed_from_v2_5_1__boost_v1_48_0__to_v2_5_2__boost_v1_49_0_"></a></span><a class="link" href="spirit_2_5_2.html#spirit.what_s_new.spirit_2_5_2.what_s_changed_from_v2_5_1__boost_v1_48_0__to_v2_5_2__boost_v1_49_0_">What's
32        changed from V2.5.1 (Boost V1.48.0) to V2.5.2 (Boost V1.49.0)</a>
33      </h5>
34<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
35<li class="listitem">
36            Integrated Vitaly Budovski's patch to add binary floating point parsers
37            and generators.
38          </li>
39<li class="listitem">
40            Fixed <a href="https://svn.boost.org/trac/boost/ticket/6253" target="_top">TRAC#6253</a>: <code class="computeroutput"><span class="identifier">lex</span><span class="special">::</span><span class="identifier">lexertl</span><span class="special">::</span><span class="identifier">generate_static_dfa</span></code> compiler errors
41            if lexer has wchar_t as underlying stream type.
42          </li>
43<li class="listitem">
44            Added the possibility to match a token range when parsing with a lexer
45            by using <code class="computeroutput"><span class="identifier">qi</span><span class="special">::</span><span class="identifier">token</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">max</span><span class="special">)</span></code>,
46            or <code class="computeroutput"><span class="identifier">qi</span><span class="special">::</span><span class="identifier">tokenid</span><span class="special">(</span><span class="identifier">min</span><span class="special">,</span> <span class="identifier">max</span><span class="special">)</span></code>.
47            Both parsers match any token with a token id in the range [min, max].
48          </li>
49<li class="listitem">
50            Fixed a problem in <a class="link" href="../karma/reference/directive/alignment.html" title="Alignment Generator Directives (left_align[], center[], right_align[])"><code class="computeroutput"><span class="identifier">center</span></code></a><code class="computeroutput"><span class="special">(</span><span class="identifier">num</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
51            and <a class="link" href="../karma/reference/directive/alignment.html" title="Alignment Generator Directives (left_align[], center[], right_align[])"><code class="computeroutput"><span class="identifier">center</span></code></a><code class="computeroutput"><span class="special">(</span><span class="identifier">num</span><span class="special">,</span> <span class="identifier">g</span><span class="special">)[</span><span class="identifier">a</span><span class="special">]</span></code>
52            if used inside a compound generator (such as sequences, Kleene, list,
53            or plus.
54          </li>
55<li class="listitem">
56            Fixed <code class="computeroutput"><span class="identifier">karma</span><span class="special">::</span><span class="identifier">subrule</span></code> from the <a href="../../../../repository/doc/html/index.html" target="_top">repository</a>
57            (thanks to Lee Clagett for submitting a patch).
58          </li>
59<li class="listitem">
60            Fixed <span class="emphasis"><em>Spirit.Karma</em></span> examples (thanks to Lee Clagett
61            for submitting a patch).
62          </li>
63<li class="listitem">
64            Fixed <a href="https://svn.boost.org/trac/boost/ticket/6368" target="_top">TRAC#6368</a>: [multi_pass] clear_queue isn't forwarded to the storage
65            policy.
66          </li>
67<li class="listitem">
68            Fixed a problem in <span class="emphasis"><em>Spirit.Karma</em></span> when a variant holding
69            a container was used as a generator inside a sequence.
70          </li>
71</ul></div>
72</div>
73<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
74<td align="left"></td>
75<td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
76        Distributed under the Boost Software License, Version 1.0. (See accompanying
77        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>)
78      </p>
79</div></td>
80</tr></table>
81<hr>
82<div class="spirit-nav">
83<a accesskey="p" href="spirit_2_5_3.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_1.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
84</div>
85</body>
86</html>
87