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 a
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 (cons
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 &other)
> > + : m_suggestion (other.m_suggestion),
> >