all: assorted cleanups
This commit is contained in:
@@ -123,6 +123,7 @@ public:
|
||||
return assign(Self(other));
|
||||
}
|
||||
|
||||
// cast to a different type (creates a new value)
|
||||
template <class U>
|
||||
inline CSelf<U> type_cast() const {
|
||||
typedef CSelf<U> R;
|
||||
|
||||
Reference in New Issue
Block a user