From 85a5f64e9f026e3cc3747867454bd720c459f780 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 13 Aug 2004 16:47:43 +0000 Subject: std_fstream.h (class basic_ifstream, [...]): Add const overloads of is_open, as per DR 365 [WP]. 2004-08-13 Paolo Carlini * include/std/std_fstream.h (class basic_ifstream, class basic_ofstream, class basic_fstream): Add const overloads of is_open, as per DR 365 [WP]. * docs/html/ext/howto.html: Add an entry for DR 365. From-SVN: r85948 --- libstdc++-v3/docs/html/ext/howto.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libstdc++-v3/docs/html/ext') diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index c085800..5670c46 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -479,6 +479,12 @@
Change the format string to "%.0Lf".
+
365: + Lack of const-qualification in clause 27 +
+
Add const overloads of is_open. +
+
389: Const overload of valarray::operator[] returns by value
-- cgit v1.1