mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 12:17:13 +02:00
Get the tests warning free again with GCC.
Finally get everything working with the Borland compiler. Fix a few typos: use of long rather than unsigned long, use of long long rather than long_long_type etc. [SVN r58056]
This commit is contained in:
@ -165,8 +165,8 @@ void do_test_bits<-1>()
|
||||
// Nothing to do here!!
|
||||
}
|
||||
|
||||
template <class Traits, class Expected, class Value>
|
||||
void test_min_max_type(Value val)
|
||||
template <class Traits, class Expected>
|
||||
void test_min_max_type(Expected val)
|
||||
{
|
||||
typedef typename Traits::least least_type;
|
||||
typedef typename Traits::fast fast_type;
|
||||
|
Reference in New Issue
Block a user