mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Comment adjustment.
This commit is contained in:
parent
1da1b878f6
commit
b63228738d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ abstract class PDOMCPPSpecialization extends PDOMCPPBinding implements ICPPSpeci
|
||||||
super(linkage, parent, spec.getNameCharArray());
|
super(linkage, parent, spec.getNameCharArray());
|
||||||
getDB().putRecPtr(record + SPECIALIZED, specialized.getRecord());
|
getDB().putRecPtr(record + SPECIALIZED, specialized.getRecord());
|
||||||
|
|
||||||
// specializations that are not instances have the same map as their owner.
|
// Specializations that are not instances have the same map as their owner.
|
||||||
if (this instanceof ICPPTemplateInstance) {
|
if (this instanceof ICPPTemplateInstance) {
|
||||||
long rec= PDOMCPPTemplateParameterMap.putMap(this, spec.getTemplateParameterMap());
|
long rec= PDOMCPPTemplateParameterMap.putMap(this, spec.getTemplateParameterMap());
|
||||||
getDB().putRecPtr(record + ARGMAP, rec);
|
getDB().putRecPtr(record + ARGMAP, rec);
|
||||||
|
|
Loading…
Add table
Reference in a new issue