Changeset 83 for trunk/meta/regex.d
- Timestamp:
- 12/16/05 10:41:01 (3 years ago)
- Files:
-
- trunk/meta/regex.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/meta/regex.d
r79 r83 57 57 58 58 - Cannot use an alias as a term within a static if 59 alias true foo;60 static if(foo){} // fails61 59 // this is why there are so many templates in this file 60 [[DAC: This is part of the rule that 'static if' can't refer to variables declared in the same scope. 61 It makes it difficult to do complicated functions. 62 But, there's a bug in the spec for static if, the "AssignExpression" doesn't make sense.]] 62 63 63 64 - No way to stop the compiler dead if there's an error ("pragma(halt)" would be nice)
