Name |
Last commit
|
Last update |
---|---|---|
.. | ||
allocator | ||
auto_ptr | ||
pair | ||
binders.cc | ||
comparisons.cc | ||
raw_storage_iterator.cc | ||
temporary_buffer.cc |
2004-01-29 Stephen M. Webb <stephen.webb@bregmasoft.com> * config/local/generic/c_locale.h: Change ::malloc() to new char[]. * config/local/gnu/c_locale.h: Change ::malloc() to new char[]. * include/bits/stl_tempbuf.h: Convert _Temporary_buffer to use std::get_temporary_buffer() instead of duplicating its code. Update to C++STYLE conventions. * include/std/std_memory.h (get_temporary_buffer): Use ::operator new() instead of std::malloc(). (return_temporary_buffer): Use ::operator delete() instead of std::free(). From-SVN: r76922
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
allocator | Loading commit data... | |
auto_ptr | Loading commit data... | |
pair | Loading commit data... | |
binders.cc | Loading commit data... | |
comparisons.cc | Loading commit data... | |
raw_storage_iterator.cc | Loading commit data... | |
temporary_buffer.cc | Loading commit data... |