mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Use the typename keyword for the template parameter of minimal_allocator
Reason: Consistency.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# include <cstdlib>
|
||||
# include <new>
|
||||
|
||||
template< class T >
|
||||
template< typename T >
|
||||
class minimal_allocator
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user