https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
Patrick Palka changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
--- Comment #12 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #9)
> (In reply to Jonathan Wakely from comment #4)
> > The __rvalue_ostream_type constraints are going away soon:
> > https://gcc.gnu.org/pipermail/gcc-patches/20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
--- Comment #11 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #10)
> template
> struct __is_insertable<_Ostream, _Tp,
> void_t()
><< declval())>>
The
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
--- Comment #9 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #4)
> The __rvalue_ostream_type constraints are going away soon:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566863.html
N.B. that change is on gcc trun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99692
Sergey Kaniskin changed:
What|Removed |Added
Component|libstdc++ |c++
--- Comment #8 from Sergey Kaniski