comparison dmd/AssertExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents a8b50ff7f201
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
88 } 88 }
89 type = Type.tvoid; 89 type = Type.tvoid;
90 return this; 90 return this;
91 } 91 }
92 92
93 Expression interpret(InterState* istate) 93 Expression interpret(InterState istate)
94 { 94 {
95 assert(false); 95 assert(false);
96 } 96 }
97 97
98 bool checkSideEffect(int flag) 98 bool checkSideEffect(int flag)