__m vs. __mode
Edwards, Phil
pedwards@ball.com
Wed Jul 21 10:20:00 GMT 1999
+ 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!
More information about the Libstdc++
mailing list