https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114561
Bug ID: 114561
Summary: Comma operator with forwarding reference to pointer
raises invalid lvalue required error
Product: gcc
Version: 14.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114562
Bug ID: 114562
Summary: ICE when trying to bind rvalue reference to lvalue
with comma operator and forwarding reference to
pointer
Product: gcc
Version: 14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114561
--- Comment #11 from Liam Jackson ---
Thank-you all for narrowing down and fixing this issue, and back-porting the
fix to older compilers. It is much appreciated.