|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57885 - trunk/libs/integer
From: john_at_[hidden]
Date: 2009-11-24 05:14:44
Author: johnmaddock
Date: 2009-11-24 05:14:43 EST (Tue, 24 Nov 2009)
New Revision: 57885
URL: http://svn.boost.org/trac/boost/changeset/57885
Log:
Bring docs into line with code.
Text files modified:
trunk/libs/integer/index.html | 1 +
trunk/libs/integer/integer.htm | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/libs/integer/index.html
==============================================================================
--- trunk/libs/integer/index.html (original)
+++ trunk/libs/integer/index.html 2009-11-24 05:14:43 EST (Tue, 24 Nov 2009)
@@ -131,6 +131,7 @@
<a href="https://svn.boost.org/trac/boost/ticket/3180">3180</a>,
<a href="https://svn.boost.org/trac/boost/ticket/3548">3568</a>,
<a href="https://svn.boost.org/trac/boost/ticket/3657">3657</a>,
+ 2134,
</p>
<hr>
Modified: trunk/libs/integer/integer.htm
==============================================================================
--- trunk/libs/integer/integer.htm (original)
+++ trunk/libs/integer/integer.htm 2009-11-24 05:14:43 EST (Tue, 24 Nov 2009)
@@ -58,14 +58,14 @@
};
// signed
- template< long MaxValue >
+ template< long long MaxValue >
struct int_max_value_t
{
typedef <em>implementation_supplied</em> least;
typedef int_fast_t<least>::fast fast;
};
- template< long MinValue >
+ template< long long MinValue >
struct int_min_value_t
{
typedef <em>implementation_supplied</em> least;
@@ -73,7 +73,7 @@
};
// unsigned
- template< unsigned long Value >
+ template< unsigned long long Value >
struct uint_value_t
{
typedef <em>implementation_supplied</em> least;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk