Use the typename keyword for the template parameter of minimal_allocator

Reason: Consistency.
This commit is contained in:
Gennaro Prota
2025-09-25 18:53:00 +02:00
parent 6b5e49ea40
commit c9964a771b

View File

@@ -22,7 +22,7 @@
# include <cstdlib> # include <cstdlib>
# include <new> # include <new>
template< class T > template< typename T >
class minimal_allocator class minimal_allocator
{ {
public: public: