spirit_3_0_1.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Spirit V3.0.1 (Boost V1.67.0)</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 X3 3.0.4">
  8. <link rel="up" href="../changelog.html" title="Changelog">
  9. <link rel="prev" href="spirit_3_0_2.html" title="Spirit V3.0.2 (Boost V1.68.0)">
  10. </head>
  11. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  12. <table cellpadding="2" width="100%"><tr>
  13. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
  14. <td align="center"><a href="../../../../../../../index.html">Home</a></td>
  15. <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
  16. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  18. <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
  19. </tr></table>
  20. <hr>
  21. <div class="spirit-nav">
  22. <a accesskey="p" href="spirit_3_0_2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../changelog.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>
  23. </div>
  24. <div class="section">
  25. <div class="titlepage"><div><div><h3 class="title">
  26. <a name="spirit_x3.changelog.spirit_3_0_1"></a><a class="link" href="spirit_3_0_1.html" title="Spirit V3.0.1 (Boost V1.67.0)">Spirit V3.0.1 (Boost
  27. V1.67.0)</a>
  28. </h3></div></div></div>
  29. <p>
  30. There was no version bump and changelog for Boost V1.56.0-1.66.0 releases.
  31. </p>
  32. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  33. <li class="listitem">
  34. Removed <code class="computeroutput"><span class="identifier">with_context</span></code>.
  35. <a href="https://github.com/boostorg/spirit/pull/239" target="_top">GH#239</a>
  36. </li>
  37. <li class="listitem">
  38. Added noexcept to <code class="computeroutput"><span class="identifier">x3</span><span class="special">::</span><span class="identifier">variant</span></code>
  39. and <code class="computeroutput"><span class="identifier">forward_ast</span></code>. <a href="https://github.com/boostorg/spirit/pull/241" target="_top">GH#241</a>
  40. </li>
  41. <li class="listitem">
  42. CR+LF lines wrongly counted in <code class="computeroutput"><span class="identifier">error_handler</span><span class="special">::</span><span class="identifier">position</span><span class="special">()</span></code>. <a href="https://github.com/boostorg/spirit/pull/248" target="_top">GH#248</a>
  43. </li>
  44. <li class="listitem">
  45. Fixed <code class="computeroutput"><span class="identifier">unused_type</span></code> attribute
  46. case in <code class="computeroutput"><span class="identifier">parse_into_container</span></code>.
  47. <a href="https://github.com/boostorg/spirit/pull/266" target="_top">GH#266</a>
  48. </li>
  49. <li class="listitem">
  50. Fixed parsing into associative containers. <a href="https://github.com/boostorg/spirit/pull/289" target="_top">GH#289</a>
  51. </li>
  52. <li class="listitem">
  53. 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>.
  54. <a href="https://github.com/boostorg/spirit/pull/297" target="_top">GH#297</a>
  55. </li>
  56. <li class="listitem">
  57. Added VS2015 Update 3 support by using workarounds. <a href="https://github.com/boostorg/spirit/pull/308" target="_top">GH#308</a>
  58. </li>
  59. <li class="listitem">
  60. Fixed include guard names collision with Qi. <a href="https://github.com/boostorg/spirit/pull/313" target="_top">GH#313</a>
  61. </li>
  62. <li class="listitem">
  63. Added parsing into range. <a href="https://github.com/boostorg/spirit/pull/316" target="_top">GH#316</a> <a href="https://svn.boost.org/trac/boost/ticket/12928" target="_top">TRAC#12928</a>
  64. </li>
  65. <li class="listitem">
  66. Changed iterator concept static assert from <code class="computeroutput"><span class="identifier">ForwardIterator</span></code>
  67. to <code class="computeroutput"><span class="identifier">ReadableIteratorConcept</span>
  68. <span class="special">&amp;&amp;</span> <span class="identifier">ForwardTraversalConcept</span></code>.
  69. <a href="https://github.com/boostorg/spirit/pull/320" target="_top">GH#320</a>
  70. </li>
  71. <li class="listitem">
  72. Reenabled <code class="computeroutput"><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">map</span></code> support. <a href="https://github.com/boostorg/spirit/pull/330" target="_top">GH#330</a>
  73. </li>
  74. <li class="listitem">
  75. Fixed <code class="computeroutput"><span class="identifier">string</span><span class="special">(</span><span class="string">"..."</span><span class="special">)</span></code>
  76. and <code class="computeroutput"><span class="identifier">attr</span><span class="special">(</span><span class="string">"..."</span><span class="special">)</span></code>
  77. to single item sequence. <a href="https://github.com/boostorg/spirit/pull/337" target="_top">GH#337</a>
  78. </li>
  79. <li class="listitem">
  80. Dereference a single item view instead of unwrapping sequence. <a href="https://github.com/boostorg/spirit/pull/340" target="_top">GH#340</a>
  81. </li>
  82. <li class="listitem">
  83. Prevent <code class="computeroutput"><span class="identifier">parse_nan</span></code> from
  84. dereferencing out of range iterator. <a href="https://github.com/boostorg/spirit/pull/351" target="_top">GH#351</a>
  85. </li>
  86. <li class="listitem">
  87. Use traits to test if container is empty. <a href="https://github.com/boostorg/spirit/pull/355" target="_top">GH#355</a>
  88. </li>
  89. </ul></div>
  90. </div>
  91. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  92. <td align="left"></td>
  93. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2018 Joel de Guzman,
  94. Hartmut Kaiser<p>
  95. Distributed under the Boost Software License, Version 1.0. (See accompanying
  96. 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>)
  97. </p>
  98. </div></td>
  99. </tr></table>
  100. <hr>
  101. <div class="spirit-nav">
  102. <a accesskey="p" href="spirit_3_0_2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../changelog.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>
  103. </div>
  104. </body>
  105. </html>