forked from boostorg/container_hash
Fix tabs and files without copyright.
[SVN r67612]
This commit is contained in:
@@ -210,8 +210,8 @@ namespace boost
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#if defined(__VMS) && __INITIAL_POINTER_SIZE == 64
|
#if defined(__VMS) && __INITIAL_POINTER_SIZE == 64
|
||||||
// for some reason ptrdiff_t on OpenVMS compiler with
|
// for some reason ptrdiff_t on OpenVMS compiler with
|
||||||
// 64 bit is not 64 bit !!!
|
// 64 bit is not 64 bit !!!
|
||||||
std::size_t x = static_cast<std::size_t>(
|
std::size_t x = static_cast<std::size_t>(
|
||||||
reinterpret_cast<long long int>(v));
|
reinterpret_cast<long long int>(v));
|
||||||
#else
|
#else
|
||||||
|
@@ -114,7 +114,7 @@ void poor_quality_tests(T*)
|
|||||||
BOOST_TEST(x1(T(1)) != x2(T(2)));
|
BOOST_TEST(x1(T(1)) != x2(T(2)));
|
||||||
if((limits::max)() != (limits::max)() - 1)
|
if((limits::max)() != (limits::max)() - 1)
|
||||||
BOOST_TEST(x1(static_cast<T>((limits::max)()))
|
BOOST_TEST(x1(static_cast<T>((limits::max)()))
|
||||||
!= x2(static_cast<T>((limits::max)() - 1)));
|
!= x2(static_cast<T>((limits::max)() - 1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void bool_test()
|
void bool_test()
|
||||||
|
Reference in New Issue
Block a user