comparison dmd/template.h @ 1615:3da302cc4966

Merge DMD r294: bugzilla 2816 Sudden-death static assert is not... bugzilla 2816 Sudden-death static assert is not very useful. --- dmd/expression.h | 12 ++++++ dmd/staticassert.c | 10 +--- dmd/template.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++---- dmd/template.h | 2 + 4 files changed, 117 insertions(+), 15 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents 1d0220dd613a
children
comparison
equal deleted inserted replaced
1614:dbf7b54f542f 1615:3da302cc4966
86 86
87 TemplateDeclaration *isTemplateDeclaration() { return this; } 87 TemplateDeclaration *isTemplateDeclaration() { return this; }
88 88
89 TemplateTupleParameter *isVariadic(); 89 TemplateTupleParameter *isVariadic();
90 int isOverloadable(); 90 int isOverloadable();
91
92 void makeParamNamesVisibleInConstraint(Scope *paramscope);
91 93
92 #if IN_LLVM 94 #if IN_LLVM
93 // LDC 95 // LDC
94 std::string intrinsicName; 96 std::string intrinsicName;
95 #endif 97 #endif