stl_tempbuf.h (_Temporary_buffer): Add doxygen hook.
commit6b20f9b59abbb8bdfe9a0019a4914d2e30d4c745
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 25 Jan 2002 04:14:40 +0000 (25 04:14 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 25 Jan 2002 04:14:40 +0000 (25 04:14 +0000)
treeebe1be75d7f2a777d294ea79db91944870a7e0a6
parent9fa5237cb7f4a63d9e98ba3db252531e35331872
stl_tempbuf.h (_Temporary_buffer): Add doxygen hook.

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.

From-SVN: r49199
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]