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
@@ -280,6 +280,7 @@ public:
return Self(Unchecked, end, (begin - end) * sizeof(T), end);
}
// cast to a different type (creates a new value)
template <class U>
inline CSelf<U> type_cast() const {
typedef CSelf<U> R;