1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-11 06:30:30 +00:00
parent 2648a64836
commit b36b8e6f80
2 changed files with 8 additions and 8 deletions

View file

@ -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.
*/