| Issue 65: | this operator != | |
| 1 person starred this issue and may be notified of changes. | Back to list |
> 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
Status:
Fixed
|