comparison dmd/UnaExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 4290d870944a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
73 void scanForNestedRef(Scope sc) 73 void scanForNestedRef(Scope sc)
74 { 74 {
75 assert(false); 75 assert(false);
76 } 76 }
77 77
78 Expression interpretCommon(InterState* istate, Expression *(*fp)(Type* a0, Expression* a1)) 78 Expression interpretCommon(InterState istate, Expression *(*fp)(Type* a0, Expression* a1))
79 { 79 {
80 assert(false); 80 assert(false);
81 } 81 }
82 82
83 bool canThrow() 83 bool canThrow()