*** Bug 59116 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246802
Title:
STL std::nth_element bug (fixed upstream)
To manage notifications about th
*** Bug 59116 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1245713
Title:
Nasty libstdc++ bug, fixed upstream (PR58800)
To manage notifications abou
(In reply to Colin Watson from comment #4)
> so feel free to close this bug.
ok.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/749139
Title:
electric-fence version 2.1.16 failed to build on i386
T
Note: this is very old, I barely remember it.
(In reply to comment #6)
> Sorry, I think your message is not easily understandable. I think you are
> trying to say that "the right hand side must be a pointer-to-member",
No, I think I am saying: hello, this is the left hand side of a ->*
operator,
Author: glisse
Date: Fri Oct 12 14:14:37 2012
New Revision: 192401
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192401
Log:
2012-10-12 Marc Glisse
PR c++/53055
gcc/c-family/
* c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
gcc/cp/
* call.c (build_new_op
(In reply to comment #7)
> Then I'll take care of the column number asap.
Ok, your turn ;-)
(In reply to comment #9)
> I will be happy
> with the text changed to "left-side operand of %<->*%> must a pointer to class
> compatible with the right-side operand",
I went with: "left hand operand of ->
Created attachment 27390
patch 1
ice.cc:2:15: error: pointer to member must be on the right side of '->*'
int i = p ->* p ;
^
so the caret is on the wrong side of the operator.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to