git-svn-id: http://root.cern.ch/svn/root/trunk@47087 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Philippe Canal 2012-11-07 05:31:03 +00:00
parent bc63cc3bdd
commit 26e040e03f

View File

@ -190,7 +190,7 @@ namespace utils {
const NamedDecl* outer
= llvm::dyn_cast_or_null<NamedDecl>(decl->getDeclContext());
while ( outer && outer->getName().size() ) {
// NOTE: Net is being cast to widely, replace by a lookup.
// NOTE: Net is being cast too widely, replace by a lookup.
if (outer->getName().compare("std") == 0) {
return true;
}