• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>History</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="Boost.Integer">
8<link rel="up" href="../index.html" title="Boost.Integer">
9<link rel="prev" href="minmax.html" title="Compile time min/max calculation">
10<link rel="next" href="cstdint.html" title="Removed from library: Standard Integer Types">
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="minmax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="boost_integer.history"></a><a class="link" href="history.html" title="History">History</a>
28</h2></div></div></div>
29<h5>
30<a name="boost_integer.history.h0"></a>
31      <span class="phrase"><a name="boost_integer.history.1_56_0"></a></span><a class="link" href="history.html#boost_integer.history.1_56_0">1.56.0</a>
32    </h5>
33<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
34          Moved <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">cstdint</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code> into <a href="../../../../../libs/config/index.html" target="_top">Boost.Config</a>.
35        </li></ul></div>
36<h5>
37<a name="boost_integer.history.h1"></a>
38      <span class="phrase"><a name="boost_integer.history.1_42_0"></a></span><a class="link" href="history.html#boost_integer.history.1_42_0">1.42.0</a>
39    </h5>
40<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
41<li class="listitem">
42          Reverted Trunk to release branch state (i.e. a "known good state").
43        </li>
44<li class="listitem">
45          Fixed issues: <a href="https://svn.boost.org/trac/boost/ticket/653" target="_top">653</a>,
46          <a href="https://svn.boost.org/trac/boost/ticket/3084" target="_top">3084</a>,
47          <a href="https://svn.boost.org/trac/boost/ticket/3177" target="_top">3177</a>,
48          <a href="https://svn.boost.org/trac/boost/ticket/3180" target="_top">3180</a>,
49          <a href="https://svn.boost.org/trac/boost/ticket/3548" target="_top">3568</a>,
50          <a href="https://svn.boost.org/trac/boost/ticket/3657" target="_top">3657</a>,
51          <a href="https://svn.boost.org/trac/boost/ticket/2134" target="_top">2134</a>.
52        </li>
53<li class="listitem">
54          Added long long support to <code class="literal">boost::static_log2</code>, <code class="literal">boost::static_signed_min</code>,
55          <code class="literal">boost::static_signed_max</code>, <code class="literal">boost::static_unsigned_min</code><code class="literal">boost::static_unsigned_max</code>,
56          when available.
57        </li>
58<li class="listitem">
59          The argument type and the result type of <code class="literal">boost::static_signed_min</code>
60          etc are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned
61          long</code> and <code class="literal">int</code> respectively. Please, use the
62          provided typedefs in new code (and update old code as soon as possible).
63        </li>
64</ul></div>
65<h5>
66<a name="boost_integer.history.h2"></a>
67      <span class="phrase"><a name="boost_integer.history.1_32_0"></a></span><a class="link" href="history.html#boost_integer.history.1_32_0">1.32.0</a>
68    </h5>
69<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
70          The argument type and the result type of <code class="literal">boost::static_log2</code>
71          are now typedef'd. Formerly, they were hardcoded as <code class="literal">unsigned long</code>
72          and <code class="literal">int</code> respectively. Please, use the provided typedefs
73          in new code (and update old code as soon as possible).
74        </li></ul></div>
75</div>
76<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
77<td align="left"></td>
78<td align="right"><div class="copyright-footer">Copyright © 2001-2009 Beman
79      Dawes, Daryle Walker, Gennaro Prota, John Maddock<p>
80        Distributed under the Boost Software License, Version 1.0. (See accompanying
81        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>)
82      </p>
83</div></td>
84</tr></table>
85<hr>
86<div class="spirit-nav">
87<a accesskey="p" href="minmax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
88</div>
89</body>
90</html>
91