mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Cosmetics.
This commit is contained in:
parent
2cada0fe18
commit
27c6327cdf
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ public class BindingClassifier {
|
|||
if (type instanceof IBinding && CharArrayUtils.equals(((IBinding) type).getNameCharArray(), "hash")) { //$NON-NLS-1$
|
||||
IBinding owner = ((IBinding) type).getOwner();
|
||||
if (owner instanceof ICPPNamespace &&
|
||||
(CharArrayUtils.equals(owner.getNameCharArray(), CPPVisitor.STD) ||
|
||||
(CharArrayUtils.equals(owner.getNameCharArray(), STD) ||
|
||||
CharArrayUtils.equals(owner.getNameCharArray(), "__gnu_cxx"))) //$NON-NLS-1$
|
||||
addRequiredBindings((IBinding) type, queue);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue