dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

Rename stack_allocator #6

Closed dsharlet closed 4 years ago

dsharlet commented 4 years ago

The name stack_allocator is misleading because the memory may not be on the stack, it is more accurate to say the allocator inherits the storage class of the container it is used for.