Skip to content

Commit 20c19ea

Browse files
authored
Specify what a TemplateMixinDeclaration is (#3919)
1 parent 8501a0e commit 20c19ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/template-mixin.dd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ $(GNAME MixinQualifiedIdentifier):
4545
template instantiations.
4646
)
4747

48+
$(P A $(I TemplateMixinDeclaration) is the same as a $(I TemplateDeclaration),
49+
but can not be instantiated outside of a $(I TemplateMixin).
50+
)
51+
4852
$(SPEC_RUNNABLE_EXAMPLE_RUN
4953
------
5054
int y = 3;

0 commit comments

Comments
 (0)