[Bug libstdc++/30578] array_allocator can't be safely copied

2007-02-07 Thread skottmckay at gmail dot com
--- Comment #3 from skottmckay at gmail dot com 2007-02-07 21:58 --- Doesn't it need to be copy constructable for the rebinding to work for _Vector_base::_Vector_impl::_Tp_alloc_type? I agree that making it mt-safe doesn't quite fit with its intended usage. Po

[Bug libstdc++/30578] New: array_allocator can't be safely copied

2007-01-24 Thread skottmckay at gmail dot com
can't be safely copied Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: skottmckay at gmail dot com

[Bug libstdc++/30578] array_allocator can't be safely copied

2007-01-24 Thread skottmckay at gmail dot com
--- Comment #1 from skottmckay at gmail dot com 2007-01-24 20:02 --- Created an attachment (id=12950) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12950&action=view) Example code showing overwriting of array when copied. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30578