]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/classic/change_log.html
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / spirit / classic / change_log.html
index 32b5501967a2b7dcb1b581b4b1ddc11802497c95..8ed8eed58789416248811d3fefa1e9ea0b644bfb 100644 (file)
@@ -8,22 +8,44 @@
 <body>
 
 <h2>Spirit Change Log</h2>
+<h2>1.8.11</h2>
+<ul>
+  <li>Fixed <tt>position_iterator</tt> forming reference to local when the
+      underlying iterator dereference operator returns a non-reference type.
+      <a href="https://github.com/boostorg/spirit/pull/422">PR#422</a>
+      <a href="https://svn.boost.org/trac10/ticket/9737">TRAC#9737</a></li>
+  <li>Removed use of deprecated <tt>boost/detail/iterator.hpp</tt> header.
+      <a href="https://github.com/boostorg/spirit/pull/432">GH#432</a></li>
+</ul>
+<h2>1.8.10</h2>
+<ul>
+  <li>Missing visibility mark on exception types.
+      <a href="https://github.com/boostorg/spirit/pull/409">GH#409</a></li>
+</ul>
+<h2>1.8.9</h2>
+<ul>
+  <li>Fixed a regression introduced in
+      <a href="https://github.com/boostorg/spirit/pull/336">GH#336</a>.
+      <a href="https://github.com/boostorg/spirit/pull/386">GH#386</a></li>
+  <li>Minor code improvements.
+      <a href="https://github.com/boostorg/spirit/pull/367">GH#367</a></li>
+</ul>
 <h2>1.8.8</h2>
 <ul>
-  <li>Fixed `remove_reference` usage without a namespace in Phoenix
-      <a href="https://github.com/boostorg/spirit/pull/274">PR#274</a>.</li>
-  <li>Fixed `std::complex` usage without the include
-      <a href="https://github.com/boostorg/spirit/pull/273">PR#273</a>.</li>
-  <li>Fixed compilation of `match&lt;T &amp;&gt;`
-      <a href="https://github.com/boostorg/spirit/pull/275">PR#275</a>.</li>
-  <li>Fixed compilation with `BOOST_DISABLE_THREADS` defined
-      <a href="https://github.com/boostorg/spirit/pull/323">PR#323</a>
-      <a href="https://svn.boost.org/trac10/ticket/12639">#12639</a>.</li>
-  <li>Increment scanner through iterator policy
-      <a href="https://github.com/boostorg/spirit/pull/336">PR#336</a>
-      <a href="https://svn.boost.org/trac10/ticket/7371">#7371</a>.</li>
-  <li>Removed deprecated in C++17 `std::iterator` usage
-      <a href="https://github.com/boostorg/spirit/pull/345">PR#345</a>.</li>
+  <li>Fixed <tt>remove_reference</tt> usage without a namespace in Phoenix.
+      <a href="https://github.com/boostorg/spirit/pull/274">GH#274</a></li>
+  <li>Fixed <tt>std::complex</tt> usage without the include.
+      <a href="https://github.com/boostorg/spirit/pull/273">GH#273</a></li>
+  <li>Fixed compilation of <tt>match&lt;T&amp;&gt;</tt>.
+      <a href="https://github.com/boostorg/spirit/pull/275">GH#275</a></li>
+  <li>Fixed compilation with <tt>BOOST_DISABLE_THREADS</tt> defined.
+      <a href="https://github.com/boostorg/spirit/pull/323">GH#323</a>
+      <a href="https://svn.boost.org/trac10/ticket/12639">#12639</a></li>
+  <li>Increment scanner through iterator policy.
+      <a href="https://github.com/boostorg/spirit/pull/336">GH#336</a>
+      <a href="https://svn.boost.org/trac10/ticket/7371">TRAC#7371</a></li>
+  <li>Removed deprecated in C++17 <tt>std::iterator</tt> usage.
+      <a href="https://github.com/boostorg/spirit/pull/345">GH#345</a></li>
 </ul>
 <h2>1.8.7</h2>
 <ul>