1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Spirit V2.4.1</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_4_2.html" title="Spirit V2.4.2"> 10<link rel="next" href="spirit_2_4.html" title="Spirit V2.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_4_2.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_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_4_1"></a><a class="link" href="spirit_2_4_1.html" title="Spirit V2.4.1">Spirit V2.4.1</a> 28</h3></div></div></div> 29<h5> 30<a name="spirit.what_s_new.spirit_2_4_1.h0"></a> 31 <span class="phrase"><a name="spirit.what_s_new.spirit_2_4_1.what_s_changed_in__emphasis_spirit_qi__emphasis__and__emphasis_spirit_karma__emphasis__from_v2_4__boost_v1_44_0__to_v2_4_1__boost_v1_45_0_"></a></span><a class="link" href="spirit_2_4_1.html#spirit.what_s_new.spirit_2_4_1.what_s_changed_in__emphasis_spirit_qi__emphasis__and__emphasis_spirit_karma__emphasis__from_v2_4__boost_v1_44_0__to_v2_4_1__boost_v1_45_0_">What's 32 changed in <span class="emphasis"><em>Spirit.Qi</em></span> and <span class="emphasis"><em>Spirit.Karma</em></span> 33 from V2.4 (Boost V1.44.0) to V2.4.1 (Boost V1.45.0)</a> 34 </h5> 35<h5> 36<a name="spirit.what_s_new.spirit_2_4_1.h1"></a> 37 <span class="phrase"><a name="spirit.what_s_new.spirit_2_4_1.bug_fixes"></a></span><a class="link" href="spirit_2_4_1.html#spirit.what_s_new.spirit_2_4_1.bug_fixes">Bug 38 Fixes</a> 39 </h5> 40<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 41<li class="listitem"> 42 Fixed broken <span class="emphasis"><em>Spirit.Qi</em></span> debugging facilities for 43 optional attributes. 44 </li> 45<li class="listitem"> 46 The <span class="emphasis"><em>Spirit.Qi</em></span> auto parsers and <span class="emphasis"><em>Spirit.Karma</em></span> 47 auto generators will now properly work with <code class="computeroutput"><span class="keyword">signed</span> 48 <span class="keyword">char</span></code> and <code class="computeroutput"><span class="keyword">unsigned</span> 49 <span class="keyword">char</span></code> as well. 50 </li> 51<li class="listitem"> 52 Fixed a problem in the multi_pass fixed_queue policy. 53 </li> 54<li class="listitem"> 55 Enabled proper modifier handling for the <a class="link" href="../qi/reference/directive/skip.html" title="Parser Directive Re-Establishing Skipping (skip[])"><code class="computeroutput"><span class="identifier">skip</span></code></a> directive. 56 </li> 57<li class="listitem"> 58 Fixed a floating point formating problem in Karma (<a href="https://svn.boost.org/trac/boost/ticket/4742" target="_top">TRAC#4742</a>). 59 </li> 60<li class="listitem"> 61 Fixed a problem in <a class="link" href="../qi/reference/directive/repeat.html" title="Repetition Parser Directive (repeat[])"><code class="computeroutput"><span class="identifier">repeat</span></code></a><code class="computeroutput"><span class="special">[]</span></code>, 62 which caused the <code class="computeroutput"><span class="identifier">first</span></code> 63 iterator not to be reset on certain parsing failures (see <a href="http://stackoverflow.com/questions/4009752/boost-spirit-bug-when-mixing-alternates-with-optionals" target="_top">Stack 64 Overflow</a>). 65 </li> 66</ul></div> 67</div> 68<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 69<td align="left"></td> 70<td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p> 71 Distributed under the Boost Software License, Version 1.0. (See accompanying 72 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>) 73 </p> 74</div></td> 75</tr></table> 76<hr> 77<div class="spirit-nav"> 78<a accesskey="p" href="spirit_2_4_2.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_4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 79</div> 80</body> 81</html> 82