diff 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
line wrap: on
line diff
--- a/dmd/template.h	Wed Jan 06 15:18:21 2010 -0300
+++ b/dmd/template.h	Wed Jan 06 15:18:21 2010 -0300
@@ -89,6 +89,8 @@
     TemplateTupleParameter *isVariadic();
     int isOverloadable();
 
+    void makeParamNamesVisibleInConstraint(Scope *paramscope);
+
 #if IN_LLVM
     // LDC
     std::string intrinsicName;