Re: [PATCH] c++, libcpp: Use make_signed_t in the 1z diagnostics

2021-02-04 Thread Jason Merrill via Gcc-patches
On 2/4/21 3:53 AM, Jakub Jelinek wrote: Hi! The following patch uses make_signed_t instead of make_signed::type in the diagnostics, because the former is shorter. It is true that one can't use make_signed::type in C++11 code (which is why I haven't changed it in the testcase which is c++11 effec

[PATCH] c++, libcpp: Use make_signed_t in the 1z diagnostics

2021-02-04 Thread Jakub Jelinek via Gcc-patches
Hi! The following patch uses make_signed_t instead of make_signed::type in the diagnostics, because the former is shorter. It is true that one can't use make_signed::type in C++11 code (which is why I haven't changed it in the testcase which is c++11 effective target), but the message talks about