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++/65840] type of result of at least some libstdc++ xmethods is different than real operator


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Well does this matter in practice?  In does set "*p = 1" work when xm is
disable and when it is enable?  If the behavior is the same then it does not
matter in practice.

Or does p &*p work both with and without xmethod?


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