From ed598f865e181cd4fc6b3da7fb4d2d911a628c15 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 3 Jan 2011 12:43:34 +0000 Subject: [PATCH] Fix tabs and files without copyright. [SVN r67612] --- include/boost/functional/hash/hash.hpp | 4 ++-- test/hash_number_test.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index 0eedf7f..389804c 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -210,8 +210,8 @@ namespace boost #endif { #if defined(__VMS) && __INITIAL_POINTER_SIZE == 64 - // for some reason ptrdiff_t on OpenVMS compiler with - // 64 bit is not 64 bit !!! + // for some reason ptrdiff_t on OpenVMS compiler with + // 64 bit is not 64 bit !!! std::size_t x = static_cast( reinterpret_cast(v)); #else diff --git a/test/hash_number_test.cpp b/test/hash_number_test.cpp index 1080860..b989d22 100644 --- a/test/hash_number_test.cpp +++ b/test/hash_number_test.cpp @@ -114,7 +114,7 @@ void poor_quality_tests(T*) BOOST_TEST(x1(T(1)) != x2(T(2))); if((limits::max)() != (limits::max)() - 1) BOOST_TEST(x1(static_cast((limits::max)())) - != x2(static_cast((limits::max)() - 1))); + != x2(static_cast((limits::max)() - 1))); } void bool_test()