Re: [PATCH v2] C++: suggest missing headers for implicit use of "std" (PR c++/85021)

2018-04-06 Thread Jason Merrill
OK. On Thu, Apr 5, 2018 at 7:40 PM, David Malcolm wrote: > On Thu, 2018-03-29 at 15:25 -0400, Jason Merrill wrote: >> On Thu, Mar 22, 2018 at 7:44 PM, David Malcolm >> wrote: >> > We provide fix-it hints for the most common "std" names when an >> > explicit >> > "std::" prefix is present, howeve

[PATCH v2] C++: suggest missing headers for implicit use of "std" (PR c++/85021)

2018-04-05 Thread David Malcolm
On Thu, 2018-03-29 at 15:25 -0400, Jason Merrill wrote: > On Thu, Mar 22, 2018 at 7:44 PM, David Malcolm > wrote: > > We provide fix-it hints for the most common "std" names when an > > explicit > > "std::" prefix is present, however we don't yet provide fix-it > > hints for > > this implicit case