Re: [PATCH] v2: C++: simplify output from suggest_alternatives_for

2018-10-11 Thread Jason Merrill
On Thu, Oct 11, 2018 at 10:28 AM Jason Merrill wrote: > > On Wed, Oct 10, 2018 at 5:01 PM David Malcolm wrote: > > On Tue, 2018-10-09 at 18:38 -0400, Jason Merrill wrote: > > > On Tue, Oct 9, 2018 at 1:19 PM David Malcolm > > > wrote: > > > > + /* Emulation of a "move" constructor, but really

Re: [PATCH] v2: C++: simplify output from suggest_alternatives_for

2018-10-11 Thread Jason Merrill
On Wed, Oct 10, 2018 at 5:01 PM David Malcolm wrote: > On Tue, 2018-10-09 at 18:38 -0400, Jason Merrill wrote: > > On Tue, Oct 9, 2018 at 1:19 PM David Malcolm > > wrote: > > > + /* Emulation of a "move" constructor, but really a copy > > > + constructor. */ > > > + > > > + name_hint

[PATCH] v2: C++: simplify output from suggest_alternatives_for

2018-10-10 Thread David Malcolm
On Tue, 2018-10-09 at 18:38 -0400, Jason Merrill wrote: > On Tue, Oct 9, 2018 at 1:19 PM David Malcolm > wrote: > > + /* Emulation of a "move" constructor, but really a copy > > + constructor. */ > > + > > + name_hint (const name_hint ) > > + : m_suggestion (other.m_suggestion), > > +