Issue 65: this operator !=
Status:  Fixed
Owner:
Closed:  Dec 2010
Project Member Reported by gameh...@gmail.com, Sep 21, 2010
> I can confirm the patch from Adam works! Thank you!
>
> The line related to the patch is compiled to:
> while((bool((node != this)) && bool((1 != propagationStatus)))){
> instead of the original:
> while((bool((this != node)) && bool((1 != propagationStatus)))){
>
> Maybe there is something wrong in hxcpp? (Hugh?)
>
Dec 22, 2010
Project Member #1 gameh...@gmail.com
Fixed on SVN
Status: Fixed