summaryrefslogtreecommitdiff
path: root/doc/html/boost_lexical_cast/changes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_lexical_cast/changes.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost_lexical_cast/changes.html25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/html/boost_lexical_cast/changes.html b/doc/html/boost_lexical_cast/changes.html
index ab69a7a4ff..d29f1b7072 100755..100644
--- a/doc/html/boost_lexical_cast/changes.html
+++ b/doc/html/boost_lexical_cast/changes.html
@@ -28,6 +28,29 @@
</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
+ <span class="bold"><strong>boost 1.51.0 :</strong></span>
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
+ Better performance, less memory usage for <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</span></code> and <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</span></code> conversions.
+ </li></ul></div>
+ </li>
+<li class="listitem">
+ <span class="bold"><strong>boost 1.50.0 :</strong></span>
+ <div class="itemizedlist"><ul class="itemizedlist" type="circle">
+<li class="listitem">
+ <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bad_lexical_cast</span></code> exception is now
+ globaly visible and can be catched even if code is compiled with
+ -fvisibility=hidden.
+ </li>
+<li class="listitem">
+ Now it is possible to compile library with disabled exceptions.
+ </li>
+<li class="listitem">
+ Better performance, less memory usage and bugfixes for <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">iterator_range</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">*&gt;</span></code>
+ conversions.
+ </li>
+</ul></div>
+ </li>
+<li class="listitem">
<span class="bold"><strong>boost 1.49.0 :</strong></span>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
@@ -144,7 +167,7 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2000-2005 Kevlin Henney<br>Copyright &#169; 2006-2010 Alexander Nasonov<br>Copyright &#169; 2011 Antony Polukhin<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2000-2005 Kevlin Henney<br>Copyright &#169; 2006-2010 Alexander Nasonov<br>Copyright &#169; 2011, 2012 Antony Polukhin<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>