From: Richard Kreckel Date: Tue, 8 May 2001 20:42:51 +0000 (+0000) Subject: * All operators are now strictly following the semantics we all know from X-Git-Tag: release_0-8-3~19 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=04f0c93e24cdb50f23cb3a6c0ecbeaac23b13ac0;hp=04f0c93e24cdb50f23cb3a6c0ecbeaac23b13ac0 * All operators are now strictly following the semantics we all know from C/C++. I.e. e1+e2=42; is now impossible and other such stuff. For all remaining errors (i.e. ++e1 = e1+1;) the compiler alone is to blame... ---