mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
Cosmetics.
This commit is contained in:
parent
2648a64836
commit
b36b8e6f80
2 changed files with 8 additions and 8 deletions
|
@ -422,11 +422,11 @@ public class TemplateArgumentDeduction {
|
||||||
fPackOffset= packSize > 0 ? 0 : -1;
|
fPackOffset= packSize > 0 ? 0 : -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void incPackOffset() {
|
private void incPackOffset() {
|
||||||
fPackOffset++;
|
fPackOffset++;
|
||||||
assert fPackOffset < fPackSize;
|
assert fPackOffset < fPackSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deduces the template parameter mapping from one pair of template arguments.
|
* Deduces the template parameter mapping from one pair of template arguments.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue