Re: [PATCH] c++: Get rid of convert_like* macros.

2020-07-16 Thread Marek Polacek via Gcc-patches
On Thu, Jul 16, 2020 at 09:16:06AM -0400, Nathan Sidwell wrote: > On 7/15/20 6:59 PM, Marek Polacek wrote: > > The convert_like* macros were introduced in > > > > 2000-03-05 Nathan Sidwell > > > > * call.c (convert_like): Macrofy. > > (convert_like_with_context): New macro. >

Re: [PATCH] c++: Get rid of convert_like* macros.

2020-07-16 Thread Nathan Sidwell
On 7/15/20 6:59 PM, Marek Polacek wrote: The convert_like* macros were introduced in 2000-03-05 Nathan Sidwell * call.c (convert_like): Macrofy. (convert_like_with_context): New macro. but now we can use overloading so we can do away with the macros. I've also taken this c

[PATCH] c++: Get rid of convert_like* macros.

2020-07-15 Thread Marek Polacek via Gcc-patches
The convert_like* macros were introduced in 2000-03-05 Nathan Sidwell * call.c (convert_like): Macrofy. (convert_like_with_context): New macro. but now we can use overloading so we can do away with the macros. I've also taken this chance to rename _real to _internal to make it