dsharlet / array

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

stack_allocator should not have fake copy constructors/assignment operators #7

Closed dsharlet closed 4 years ago

dsharlet commented 4 years ago

The C++ STL I'm using seems to ignore the allocator_traits that should make these unnecessary.