src: rename ptr_reinterpret_cast to ptr_static_cast; misc cleanups
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
inline CSelf<U> type_cast() const {
|
||||
typedef CSelf<U> R;
|
||||
typedef typename R::pointer rpointer;
|
||||
return R(upx::ptr_reinterpret_cast<rpointer>(ptr));
|
||||
return R(upx::ptr_static_cast<rpointer>(ptr));
|
||||
}
|
||||
|
||||
// comparison
|
||||
|
||||
Reference in New Issue
Block a user