2009-11-25 12:38:09 +00:00
< html >
< head >
2009-11-27 11:13:02 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=US-ASCII" >
2009-11-25 12:38:09 +00:00
< title > History< / title >
2010-07-08 20:50:29 +00:00
< link rel = "stylesheet" href = "../../../../../doc/src/boostbook.css" type = "text/css" >
2014-06-01 09:59:12 -07:00
< meta name = "generator" content = "DocBook XSL Stylesheets V1.78.1" >
2009-11-25 12:38:09 +00:00
< link rel = "home" href = "../index.html" title = "Boost.Integer" >
< link rel = "up" href = "../index.html" title = "Boost.Integer" >
< link rel = "prev" href = "minmax.html" title = "Compile time min/max calculation" >
< / head >
< body bgcolor = "white" text = "black" link = "#0000FF" vlink = "#840084" alink = "#0000FF" >
< table cellpadding = "2" width = "100%" > < tr >
< td valign = "top" > < img alt = "Boost C++ Libraries" width = "277" height = "86" src = "../../../../../boost.png" > < / td >
< td align = "center" > < a href = "../../../../../index.html" > Home< / a > < / td >
< td align = "center" > < a href = "../../../../../libs/libraries.htm" > Libraries< / a > < / td >
< td align = "center" > < a href = "http://www.boost.org/users/people.html" > People< / a > < / td >
< td align = "center" > < a href = "http://www.boost.org/users/faq.html" > FAQ< / a > < / td >
< td align = "center" > < a href = "../../../../../more/index.htm" > More< / a > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
2010-07-08 20:50:29 +00:00
< 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 >
2009-11-25 12:38:09 +00:00
< / div >
2010-07-08 20:50:29 +00:00
< div class = "section" >
2009-11-25 12:38:09 +00:00
< div class = "titlepage" > < div > < div > < h2 class = "title" style = "clear: both" >
2014-06-01 09:59:12 -07:00
< a name = "boost_integer.history" > < / a > < a class = "link" href = "history.html" title = "History" > History< / a >
2009-11-25 12:38:09 +00:00
< / h2 > < / div > < / div > < / div >
2014-06-01 09:59:12 -07:00
< h5 >
< a name = "boost_integer.history.h0" > < / a >
2014-06-01 20:45:44 +01:00
< 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 >
< / h5 >
< div class = "itemizedlist" > < ul class = "itemizedlist" style = "list-style-type: disc; " > < li class = "listitem" >
Moved < code class = "computeroutput" > < span class = "special" > < < / 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" > > < / span > < / code > into < a href = "../../../../../libs/config/index.html" target = "_top" > Boost.Config< / a > .
< / li > < / ul > < / div >
< h5 >
< a name = "boost_integer.history.h1" > < / a >
2014-06-01 09:59:12 -07:00
< 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 >
2009-11-25 12:38:09 +00:00
< / h5 >
2014-06-01 09:59:12 -07:00
< div class = "itemizedlist" > < ul class = "itemizedlist" style = "list-style-type: disc; " >
2010-04-05 07:27:25 +00:00
< li class = "listitem" >
2010-07-08 20:50:29 +00:00
Reverted Trunk to release branch state (i.e. a "known good state").
< / li >
2010-04-05 07:27:25 +00:00
< li class = "listitem" >
2010-07-08 20:50:29 +00:00
Fixed issues: < a href = "https://svn.boost.org/trac/boost/ticket/653" target = "_top" > 653< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/3084" target = "_top" > 3084< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/3177" target = "_top" > 3177< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/3180" target = "_top" > 3180< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/3548" target = "_top" > 3568< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/3657" target = "_top" > 3657< / a > ,
< a href = "https://svn.boost.org/trac/boost/ticket/2134" target = "_top" > 2134< / a > .
< / li >
2010-04-05 07:27:25 +00:00
< li class = "listitem" >
2010-07-08 20:50:29 +00:00
Added long long support to < code class = "literal" > boost::static_log2< / code > , < code class = "literal" > boost::static_signed_min< / code > ,
< code class = "literal" > boost::static_signed_max< / code > , < code class = "literal" > boost::static_unsigned_min< / code > < code class = "literal" > boost::static_unsigned_max< / code > ,
when available.
< / li >
2010-04-05 07:27:25 +00:00
< li class = "listitem" >
2010-07-08 20:50:29 +00:00
The argument type and the result type of < code class = "literal" > boost::static_signed_min< / code >
etc are now typedef'd. Formerly, they were hardcoded as < code class = "literal" > unsigned
long< / code > and < code class = "literal" > int< / code > respectively. Please, use the
provided typedefs in new code (and update old code as soon as possible).
< / li >
2009-11-25 12:38:09 +00:00
< / ul > < / div >
2014-06-01 09:59:12 -07:00
< h5 >
2014-06-01 20:45:44 +01:00
< a name = "boost_integer.history.h2" > < / a >
2014-06-01 09:59:12 -07:00
< 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 >
2009-11-25 12:38:09 +00:00
< / h5 >
2014-06-01 09:59:12 -07:00
< div class = "itemizedlist" > < ul class = "itemizedlist" style = "list-style-type: disc; " > < li class = "listitem" >
2010-07-08 20:50:29 +00:00
The argument type and the result type of < code class = "literal" > boost::static_log2< / code >
are now typedef'd. Formerly, they were hardcoded as < code class = "literal" > unsigned long< / code >
and < code class = "literal" > int< / code > respectively. Please, use the provided typedefs
in new code (and update old code as soon as possible).
< / li > < / ul > < / div >
2009-11-25 12:38:09 +00:00
< / div >
< table xmlns:rev = "http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width = "100%" > < tr >
< td align = "left" > < / td >
2014-06-01 09:59:12 -07:00
< td align = "right" > < div class = "copyright-footer" > Copyright © 2001-2009 Beman
Dawes, Daryle Walker, Gennaro Prota, John Maddock< p >
2009-11-25 12:38:09 +00:00
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 >
< / div > < / td >
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
2010-07-08 20:50:29 +00:00
< 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 >
2009-11-25 12:38:09 +00:00
< / div >
< / body >
< / html >