mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Fixed a typo.
This commit is contained in:
parent
c38c1e4204
commit
c35254e018
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.Conversions.UDCMod
|
|||
*/
|
||||
public class CPPTemplates {
|
||||
// The three constants below are used as special return values for the various overloads
|
||||
// of CPPTemplates.determinePackSize() an d for ICPPEvaluation.determinePackSize(), which
|
||||
// of CPPTemplates.determinePackSize() and for ICPPEvaluation.determinePackSize(), which
|
||||
// search a type, template argument, or value for a usage of a template parameter pack
|
||||
// and return the number of arguments bound to that parameter pack in an
|
||||
// ICPPTemplateParameterMap.
|
||||
|
|
Loading…
Add table
Reference in a new issue