Fix tabs and files without copyright.

[SVN r67612]
This commit is contained in:
Daniel James
2011-01-03 12:43:34 +00:00
parent 482f038837
commit ed598f865e
2 changed files with 3 additions and 3 deletions

View File

@@ -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<std::size_t>(
reinterpret_cast<long long int>(v));
#else

View File

@@ -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<T>((limits::max)()))
!= x2(static_cast<T>((limits::max)() - 1)));
!= x2(static_cast<T>((limits::max)() - 1)));
}
void bool_test()