From ec01f292364ce8183c0e17cc0a3eaca5c9a06842 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 8 Nov 2007 16:22:21 +0000 Subject: basic_file_stdio.cc (fopen_mode): Add modes missing per DR 596. 2007-11-08 Paolo Carlini * config/io/basic_file_stdio.cc (fopen_mode): Add modes missing per DR 596. * testsuite/27_io/basic_filebuf/open/char/4.cc: Extend. * include/std/fstream: Update comment preceding open. * docs/html/ext/howto.html: Update. From-SVN: r130004 --- libstdc++-v3/docs/html/ext/howto.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libstdc++-v3/docs/html') diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index f67b251..54dffba 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -626,6 +626,12 @@
Change it to be a formatted output function (i.e. catch exceptions).
+
596: + 27.8.1.3 Table 112 omits "a+" and "a+b" modes +
+
Add the missing modes to fopen_mode. +
+
660: Missing bitwise operations
-- cgit v1.1