all: assorted cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2024-01-24 20:53:14 +01:00
parent 65b25adceb
commit 5d649f83ec
27 changed files with 535 additions and 367 deletions
+1
View File
@@ -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;