Re: [PATCH] C++: underline param in print_conversion_rejection (more PR c++/85110)

2018-08-28 Thread Jason Merrill
OK. On Thu, Aug 23, 2018 at 11:01 AM, David Malcolm wrote: > Consider this bogus code (from g++.dg/diagnostic/param-type-mismatch-2.C): > > struct s4 { static int member_1 (int one, const char **two, float three); }; > > int test_4 (int first, const char *second, float third) > { > return s4::m

Re: Make safe_iterator inline friends

2018-08-28 Thread François Dumont
On 28/08/2018 21:04, Jonathan Wakely wrote: On 23/08/18 22:59 +0200, François Dumont wrote: On 22/08/2018 23:45, Jonathan Wakely wrote: On 22/08/18 23:08 +0200, François Dumont wrote: Only operator== and != remains outside _Safe_iterator because all my attempts to make them inline friends fail

<    1   2