From 1a8e048bd05b8506ab06200282e2ba516927786e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 30 Apr 2015 20:29:20 +0200 Subject: THRIFT-3120 Minor spelling errors and an outdated URL Client: C++ Patch: Calvin Sun <675313675@qq.com> This closes #471 --- lib/cpp/src/thrift/protocol/TProtocol.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/cpp/src/thrift/protocol/TProtocol.h') diff --git a/lib/cpp/src/thrift/protocol/TProtocol.h b/lib/cpp/src/thrift/protocol/TProtocol.h index 5d440431b..f220d5c22 100644 --- a/lib/cpp/src/thrift/protocol/TProtocol.h +++ b/lib/cpp/src/thrift/protocol/TProtocol.h @@ -39,8 +39,7 @@ // The most obvious implementation is to just cast a pointer, // but that doesn't work. // For a pretty in-depth explanation of the problem, see -// http://www.cellperformance.com/mike_acton/2006/06/ (...) -// understanding_strict_aliasing.html +// http://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html template static inline To bitwise_cast(From from) { BOOST_STATIC_ASSERT(sizeof(From) == sizeof(To)); -- cgit v1.2.1