This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __m vs. __mode



+ 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!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]