2002-01-24 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 04:14:40 +0000 (04:14 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 04:14:40 +0000 (04:14 +0000)
commit762a8ed1b9fbdb713a2ac653f6b2151068cd5c1e
treeebe1be75d7f2a777d294ea79db91944870a7e0a6
parentbe15949e872c275edf463f1bce15327f043d64c1
2002-01-24  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
* include/bits/stl_algo.h:  Include stl_tempbuf.h.
* include/ext/memory:  Do not include stl_tempbuf.h.
(temporary_buffer):  Add doxygen hook.
(__get_temporary_buffer, get_temporary_buffer,
return_temporary_buffer):  Move back to std:: header...
* include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
* include/ext/rope:  Do not include stl_tempbuf.h.
* include/ext/stl_hashtable.h:  Likewise.
* include/std/std_algorithm.h:  Likewise.
* testsuite/20_util/temporary_buffer.cc:  New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49199 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/ext/memory
libstdc++-v3/include/ext/rope
libstdc++-v3/include/ext/stl_hashtable.h
libstdc++-v3/include/std/std_algorithm.h
libstdc++-v3/include/std/std_memory.h
libstdc++-v3/testsuite/20_util/temporary_buffer.cc [new file with mode: 0644]