The += is already a member operator, so yes, the left hand operand is allowed to be changed. ++ is not supported yet, but would also be a member operator, just as they are in C++.
Making >> a member operator would add extra complexity to the compiler, since it is already a global operator. But, I think that I'm no longer able to avoid it. I'll have to investigate just what would be needed to implement that.
Parameter references
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement