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++/60710] experimental::optional<T> is using T::operator!=


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60710

Lars Gullik BjÃnnes <larsbj at gullik dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |larsbj at gullik dot net

--- Comment #1 from Lars Gullik BjÃnnes <larsbj at gullik dot net> ---
Created attachment 32486
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32486&action=edit
replace != with !( == ) in optional<T>::operator!=

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