https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114525
Simon Martin <simartin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
--- Comment #3 from Simon Martin <simartin at gcc dot gnu.org> ---
This does not work
(cond ? get (v) : get (v)).*(&Foo::x) = 2;
but this does
(cond ? get (v) : get (v)).x = 2;
I will work on this one.
