On 10/07/2014 11:04 AM, Jakub Jelinek wrote:
adding a hint in this case is less obvious than in the C case, because, what if this wasn't supposed to be ::abort (), but std::abort (), or some other namespace abort, or some class abort () method etc.?
It still seems reasonable to offer a hint if no declaration was found. Jason