Added support for exact width integer type to int_t and uint_t

Updated docs to match.
Fixes #1225.

[SVN r57941]
This commit is contained in:
John Maddock
2009-11-26 11:08:27 +00:00
parent ca84baa55d
commit ac155d3843
9 changed files with 338 additions and 338 deletions

View File

@@ -5,11 +5,11 @@
import testing ;
test-suite integer
: [ run cstdint_test.cpp ]
[ run integer_test.cpp
/boost/test//minimal ]
: [ run cstdint_test.cpp /boost/test//minimal ]
[ run integer_traits_test.cpp
/boost/test//boost_test_exec_monitor ]
[ run integer_test.cpp
/boost/test//minimal ]
[ run integer_mask_test.cpp
/boost/test//minimal ]
[ run static_log2_test.cpp