mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +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;
|
||||
}
|
||||
|
||||
|
||||
private void incPackOffset() {
|
||||
fPackOffset++;
|
||||
assert fPackOffset < fPackSize;
|
||||
}
|
||||
|
||||
/**
|
||||
* Deduces the template parameter mapping from one pair of template arguments.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue