Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
-
None
-
xp
Description
the C++ style output chaining is not working.
First of all, The writeTo() of Writable returns void. I modified everything in my local copy to return a Writable in hoping it would work. No. it didn't.
I suspect the parser needs to take care this usage.