1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 20:25:46 +02:00

Test - please ignore

Change-Id: Ie4a5e20b458152f18360f2dd20ad05efd33061a1
This commit is contained in:
sprigogin 2014-03-19 11:27:30 -07:00
parent ac235ca6b7
commit c38c1e4204

View file

@ -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() and for ICPPEvaluation.determinePackSize(), which
// of CPPTemplates.determinePackSize() an d 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.