It is cxx:>= not cxx:=>.
Wed Apr 15 10:20:41 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* It is cxx:>= not cxx:=>.
hunk ./src/operator.lisp 36
-(define-cxx-relations < <= => >)
+(define-cxx-relations < <= >= >)