all: misc cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-20 00:31:02 +02:00
parent 13276d93fa
commit 07d368adca
14 changed files with 28 additions and 58 deletions
+1 -2
View File
@@ -31,8 +31,7 @@
public:
typedef T element_type;
typedef typename std::add_lvalue_reference<T>::type reference;
// typedef typename std::add_pointer<T>::type pointer;
typedef T *pointer;
typedef typename std::add_pointer<T>::type pointer;
typedef size_t size_type;
// befriend all