streambuf_iterator.h (ostreambuf_iterator): Remove non-standard throw specs.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 24 Nov 2003 21:02:39 +0000 (21:02 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 24 Nov 2003 21:02:39 +0000 (21:02 +0000)
commite0ec69c929263d757b83289e79a4236d4951351a
treee3abf274fe266111d744c5e3998e433a2f43a278
parent21b807f18020f6f10753b0a0ab7d53a65f31b79a
streambuf_iterator.h (ostreambuf_iterator): Remove non-standard throw specs.

2003-11-24  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/streambuf_iterator.h (ostreambuf_iterator): Remove
non-standard throw specs.
* testsuite/24_iterators/istreambuf_iterator.cc: Split into...
* testsuite/24_iterators/istreambuf_iterator/1.cc
* testsuite/24_iterators/istreambuf_iterator/2.cc
* testsuite/24_iterators/istreambuf_iterator/2627.cc
* testsuite/24_iterators/ostreambuf_iterator.cc: Split into...
* testsuite/24_iterators/ostreambuf_iterator/1.cc
* testsuite/24_iterators/ostreambuf_iterator/2.cc

* testsuite/24_iterators/reverse_iterator/1.cc: Just compile,
don't link.

* include/bits/allocator.h: Formatting tweak.

From-SVN: r73892
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/bits/streambuf_iterator.h
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator.cc [deleted file]
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2627.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator.cc [deleted file]
libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/24_iterators/reverse_iterator/1.cc