This is the mail archive of the libstdc++@gcc.gnu.org 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] |
| Other format: | [Raw text] | |
On SO someone noticed that g++ still has in the basic_ios class operator void*(); instead of explicit operator bool() const; The old C++98 operator allows things like std::cout << std::cout;
Attachment:
patch_basic_ios_bool_2
Description: Text document
Attachment:
CL_basic_ios_bool
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |