]> git.ipfire.org Git - thirdparty/gcc.git/commit
bastring.h: Move closer to the draft standard implementation of basic_string by addin...
authorJody Goldberg <jodyg@idt.net>
Sun, 7 Dec 1997 10:41:01 +0000 (10:41 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 7 Dec 1997 10:41:01 +0000 (05:41 -0500)
commit4ef0de1177b5000d3dd444606b9bdbb736e3c6bf
treed904341aa74a2d332d4e2b981e699ee70baa72c3
parent179b008f3e37dc8d713e78509fda6461dc203921
bastring.h: Move closer to the draft standard implementation of basic_string by adding 3...

Sun Dec  7 02:34:40 1997  Jody Goldberg <jodyg@idt.net>

* libstdc++/std/bastring.h : Move closer to the draft standard
implementation of basic_string by adding 3 paramter 'Allocator'.
NOTE: this still differs from the standard in not offering per
instance allocators.
* libstdc++/std/bastring.cc : Likewise.
* libstdc++/stlinst.cc : Handle thread safe allocators if they are the
default.

From-SVN: r16993
libstdc++/ChangeLog
libstdc++/std/bastring.cc
libstdc++/std/bastring.h
libstdc++/stlinst.cc