https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
--- Comment #8 from Jonathan Wakely ---
On trunk it's now also possible to mix std::enable_shared_from_this and
std::__enable_shared_from_this bases without a hard error:
struct A : std::enable_shared_from_this
{
void* a() { return shared_fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Wed Dec 16 17:09:47 2015
New Revision: 231701
URL: https://gcc.gnu.org/viewcvs?rev=231701&root=gcc&view=rev
Log:
Fix ambiguity with multiple enable_shared_from_this bases
PR lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Wed Dec 2 15:08:18 2015
New Revision: 231181
URL: https://gcc.gnu.org/viewcvs?rev=231181&root=gcc&view=rev
Log:
Fix ambiguity with multiple enable_shared_from_this bases
PR lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|5.3 |4.9.4
--- Comment #3 from Jonathan Wak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
Richard Biener changed:
What|Removed |Added
Target Milestone|5.2 |5.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|5.0 |5.2
--- Comment #1 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|