gcc/libstdc++-v3/doc/html/manual
Jonathan Wakely f8c5b542f6 libstdc++: Implement LWG 581 for std:ostream::flush()
LWG 581 changed ostream::flush() to an unformatted output function for
C++11, but it was never implemented in libstdc++.

libstdc++-v3/ChangeLog:

	* doc/xml/manual/intro.xml: Document LWG 581 change.
	* doc/html/manual/bugs.html: Regenerate.
	* include/bits/basic_ios.tcc: Whitespace.
	* include/bits/ostream.tcc (basic_ostream::flush()): Construct
	sentry.
	* testsuite/27_io/basic_ostream/flush/char/2.cc: Check
	additional cases.
	* testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc:
	Likewise.
	* testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise.
	* testsuite/27_io/basic_ostream/flush/wchar_t/exceptions_badbit_throw.cc:
	Likewise.
2021-06-25 18:47:39 +01:00
..
abi.html libstdc++: Improve punctuation in implementation status docs 2021-06-02 12:32:13 +01:00
algorithms.html
api.html
appendix_contributing.html
appendix_free.html
appendix_gfdl.html
appendix_gpl.html
appendix_porting.html
appendix.html
associative.html
atomics.html
backwards.html
bitmap_allocator_impl.html
bitmap_allocator.html
bugs.html libstdc++: Implement LWG 581 for std:ostream::flush() 2021-06-25 18:47:39 +01:00
concept_checking.html
concurrency.html
configure.html
containers_and_c.html
containers.html
debug_mode_design.html
debug_mode_semantics.html
debug_mode_using.html
debug_mode.html
debug.html
diagnostics.html
documentation_hacking.html
dynamic_memory.html
errno.html
ext_algorithms.html
ext_compile_checks.html
ext_concurrency_impl.html
ext_concurrency_use.html
ext_concurrency.html
ext_containers.html
ext_demangling.html
ext_io.html
ext_iterators.html
ext_numerics.html
ext_preface.html
ext_sgi.html
ext_utilities.html
extensions.html
facets.html libstdc++: Improve punctuation in implementation status docs 2021-06-02 12:32:13 +01:00
fstreams.html
generalized_numeric_operations.html
index.html
internals.html
intro.html
io_and_c.html
io.html
iterators.html
license.html
localization.html
make.html
memory.html
mt_allocator_design.html
mt_allocator_ex_multi.html
mt_allocator_ex_single.html
mt_allocator_impl.html
mt_allocator.html
numerics_and_c.html
numerics.html
pairs.html
parallel_mode_design.html
parallel_mode_semantics.html
parallel_mode_test.html
parallel_mode_using.html
parallel_mode.html
policy_based_data_structures_test.html
policy_data_structures_ack.html
policy_data_structures_design.html
policy_data_structures_using.html
policy_data_structures.html
profile_mode_api.html
profile_mode_cost_model.html
profile_mode_design.html
profile_mode_devel.html
profile_mode_diagnostics.html
profile_mode_impl.html
profile_mode.html
setup.html
source_code_style.html
source_design_notes.html
source_organization.html
status.html libstdc++: Add feature test macro for heterogeneous lookup in unordered containers 2021-06-04 15:59:37 +01:00
std_contents.html
streambufs.html
strings.html
stringstreams.html
support.html
termination.html
test.html
traits.html
unordered_associative.html
using_concurrency.html
using_dual_abi.html
using_dynamic_or_shared.html
using_exceptions.html
using_headers.html
using_macros.html
using_namespaces.html
using.html
utilities.html