integer/test
jzmaddock 83feb20e51 Missing #include
Test case uses mpl:: types without including the needed header - exposed by ongoing type traits rewrite.
2015-01-23 19:05:59 +00:00
..
common_factor_test.cpp Replace math with integer, untabify. 2015-01-13 20:53:02 +02:00
fail_int_exact.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_int_fast.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_int_least.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_exact.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_fast.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_least.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
integer_fwd_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_mask_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_mask_test.cpp Add a 64 bit specialization of low_bits_mask_t. Fixes #4332 2010-06-10 19:49:34 +00:00
integer_test.cpp Missing #include 2015-01-23 19:05:59 +00:00
integer_traits_include_test.cpp Make code respect BOOST_NO_INTEGRAL_INT64_T. 2009-11-29 16:02:45 +00:00
integer_traits_test.cpp Make code respect BOOST_NO_INTEGRAL_INT64_T. 2009-11-29 16:02:45 +00:00
Jamfile.v2 Add common_factor_test to test/Jamfile, switch to lightweight_test. 2015-01-13 20:33:50 +02:00
static_log2_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
static_log2_test.cpp Oops, tests should return the error code is any. 2009-11-26 13:35:03 +00:00
static_min_max_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
static_min_max_test.cpp Oops, tests should return the error code is any. 2009-11-26 13:35:03 +00:00