fix typo
git-svn-id: http://root.cern.ch/svn/root/trunk@47087 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
bc63cc3bdd
commit
26e040e03f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user