cling/lib/Interpreter
Philippe Canal f5c7037763 Fix ROOT-8739: Lookup of symbol inside of namespace shadowed by function (in another 'used' namespace).
This was happening when a namespace had the same as the function in a namespace that was 'used'.  Namely,
in the issue report it was the 'next' namespace and the function std::next.

This required the quick search function in LookupHelper.cxx to properly handle the return value of utils::Lookup::Named.
2017-04-07 21:14:06 +02:00
..
2016-12-01 17:29:08 +01:00
2017-03-28 13:59:30 +02:00
2016-07-18 14:29:14 +02:00
2015-04-17 02:50:36 +02:00
2016-04-22 12:29:14 +02:00
2015-03-16 13:12:47 +01:00