mirror of
https://github.com/boostorg/integer.git
synced 2025-06-27 13:01:37 +02:00
Compare commits
4 Commits
svn-branch
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
099d0f0263 | |||
899449c272 | |||
a1cc143de7 | |||
cd99f24a87 |
@ -202,10 +202,9 @@ href="../../../people/daryle_walker.html">Daryle Walker</a>.</p>
|
|||||||
|
|
||||||
<p>Revised September 23, 2001</p>
|
<p>Revised September 23, 2001</p>
|
||||||
|
|
||||||
<p>© Copyright Daryle Walker 2001. Permission to copy, use,
|
<p>© Copyright Daryle Walker 2001. Use, modification, and distribution are
|
||||||
modify, sell and distribute this document is granted provided this
|
subject to the Boost Software License, Version 1.0. (See accompanying file <a
|
||||||
copyright notice appears in all copies. This document is provided
|
href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a
|
||||||
"as is" without express or implied warranty, and with no claim
|
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.)</p>
|
||||||
as to its suitability for any purpose.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -112,10 +112,9 @@ href="../../../people/daryle_walker.html">Daryle Walker</a>.</p>
|
|||||||
|
|
||||||
<p>Revised October 12, 2001</p>
|
<p>Revised October 12, 2001</p>
|
||||||
|
|
||||||
<p>© Copyright Daryle Walker 2001. Permission to copy, use,
|
<p>© Copyright Daryle Walker 2001. Use, modification, and distribution are
|
||||||
modify, sell and distribute this document is granted provided this
|
subject to the Boost Software License, Version 1.0. (See accompanying file <a
|
||||||
copyright notice appears in all copies. This document is provided
|
href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a
|
||||||
"as is" without express or implied warranty, and with no claim
|
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.)</p>
|
||||||
as to its suitability for any purpose.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -34,7 +34,7 @@ namespace boost
|
|||||||
template< int Category > struct int_least_helper {}; // default is empty
|
template< int Category > struct int_least_helper {}; // default is empty
|
||||||
|
|
||||||
// specializatons: 1=long, 2=int, 3=short, 4=signed char,
|
// specializatons: 1=long, 2=int, 3=short, 4=signed char,
|
||||||
// 6=unsigned long, 7=unsigned int, 8=unsigned short, 9=unsigned long
|
// 6=unsigned long, 7=unsigned int, 8=unsigned short, 9=unsigned char
|
||||||
// no specializations for 0 and 5: requests for a type > long are in error
|
// no specializations for 0 and 5: requests for a type > long are in error
|
||||||
template<> struct int_least_helper<1> { typedef long least; };
|
template<> struct int_least_helper<1> { typedef long least; };
|
||||||
template<> struct int_least_helper<2> { typedef int least; };
|
template<> struct int_least_helper<2> { typedef int least; };
|
||||||
|
@ -204,10 +204,9 @@ value-based sized templates.</p>
|
|||||||
|
|
||||||
<p>Revised May 20, 2001</p>
|
<p>Revised May 20, 2001</p>
|
||||||
|
|
||||||
<p>© Copyright Beman Dawes 1999. Permission to copy, use, modify,
|
<p>© Copyright Beman Dawes 1999. Use, modification, and distribution are
|
||||||
sell and distribute this document is granted provided this copyright
|
subject to the Boost Software License, Version 1.0. (See accompanying file <a
|
||||||
notice appears in all copies. This document is provided "as
|
href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at <<a
|
||||||
is" without express or implied warranty, and with no claim as to
|
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>>.)</p>
|
||||||
its suitability for any purpose.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user