c++.stlsoft - fixed_array allocator support?
- Neal Becker (5/5) Apr 18 2007 I noticed fixed_array does not have allocator object as an optional argu...
- Matthew Wilson (7/12) Dec 19 2007 argument
I noticed fixed_array does not have allocator object as an optional argument to constructor? Why not? Most standard containers constructors allow optional allocator parameter. This is needed if the allocator has state, in which case a mere allocator type is not sufficient.
Apr 18 2007
"Neal Becker" <ndbecker2 gmail.com> wrote in message news:f056p2$1j3p$1 digitalmars.com...I noticed fixed_array does not have allocator object as an optionalargumentto constructor? Why not? Most standard containers constructors allow optional allocator parameter. This is needed if the allocator has state, in which case a mere allocator type is not sufficient.7 months on, and this is _finally_ done. Will be in 1.9.13 Sorry about the wait. :$ Cheers Matt
Dec 19 2007