Re: [PATCH] libstdc++: Implement LWG 3557 change to convertible_to

2021-06-18 Thread Jonathan Wakely via Gcc-patches
OK, thanks. On Fri, 18 Jun 2021 at 16:13, Patrick Palka via Libstdc++ wrote: > > libstdc++-v3/ChangeLog: > > * include/std/concepts (convertible_to): Just use declval as per > LWG 3557. > --- > libstdc++-v3/include/std/concepts | 4 +--- > 1 file changed, 1 insertion(+), 3 deleti

[PATCH] libstdc++: Implement LWG 3557 change to convertible_to

2021-06-18 Thread Patrick Palka via Gcc-patches
libstdc++-v3/ChangeLog: * include/std/concepts (convertible_to): Just use declval as per LWG 3557. --- libstdc++-v3/include/std/concepts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libstdc++-v3/include/std/concepts b/libstdc++-v3/include/std/concepts in