Re: Rvalue references support?
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/09/2017 04:47 AM, Pedro Alves wrote: > I think that we should at least make sure that that series is > included in the incoming GDB 8.0 as is. We can always address > the discovered problems afterwards. But maybe Keith has already > sorted everything out... Stay tuned. Nope, not sorted yet. I've discovered a few further problems with overload resolution. Nonetheless, my plan is to finish addressing the last comments on the series (largely I've rewritten several tests), and submit the series, overload problems and all, marking failing tests KFAIL. If I can get the overload resolution sorted before 8.0 is released, all the better, but like Pedro, something is better than nothing. Keith