This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/67503] String cannot be loaded from binary representation


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67503

--- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to radventure from comment #6)
> Code validity it's great. But what about backward compatibility?

We do not retain backwards compatibility with invalid code.

Valid code using std::string still works.

There is no bug here, and Bugzilla is not the right place to discuss the design
of library types (which is not going to be changed now anyway).


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