This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: __m vs. __mode
- To: "Lib3 (E-mail)" <libstdc++@sourceware.cygnus.com>
- Subject: Re: __m vs. __mode
- From: "Edwards, Phil" <pedwards@ball.com>
- Date: Wed, 21 Jul 1999 11:20:05 -0600
+ From: Marc Lepage [mailto:mlepage@molecularmining.com]
[snip]
+ I believe there is some confusion between __m and __mode in
+ include/g++-v3/bits/std_fstream.h line 315:
+
+ explicit
+ basic_ofstream(const char* __s,
+ ios_base::openmode __m = ios_base::out |
ios_base::trunc)
+ : __ios_type(new __filebuf_type()), __ostream_type()
+ { this->open(__s, __mode); }
I thought I had fixed this in revision 1.54. Did it get backed out? (It's
the change that was supposed to go in 1.53 (that's where the log comment is,
about "preventing compilation"), but the patch itself didn't get in until
1.54.)
Gone until tomorrow,
Phil
If you reply to the list, please don't cc another copy to me. Thanks!