File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -587,16 +587,17 @@ enum class TemplateSubstitutionKind : char {
587587 // / specializations that will need to be instantiated after the
588588 // / enclosing class's instantiation is complete.
589589 SmallVector<std::pair<ClassTemplateDecl *,
590- ClassTemplatePartialSpecializationDecl *>, 1 >
591- OutOfLinePartialSpecs;
590+ ClassTemplatePartialSpecializationDecl *>,
591+ 1 >
592+ OutOfLinePartialSpecs;
592593
593594 // / A list of out-of-line variable template partial
594595 // / specializations that will need to be instantiated after the
595596 // / enclosing variable's instantiation is complete.
596597 // / FIXME: Verify that this is needed.
597598 SmallVector<
598599 std::pair<VarTemplateDecl *, VarTemplatePartialSpecializationDecl *>, 1 >
599- OutOfLineVarPartialSpecs;
600+ OutOfLineVarPartialSpecs;
600601
601602 public:
602603 TemplateDeclInstantiator (Sema &SemaRef, DeclContext *Owner,
You can’t perform that action at this time.
0 commit comments