Wednesday, October 1, 2014

Token – Put Stream Operator

The Token class was next to have its text function changed to a put stream operator function.  Again, it was not necessary to make the new function a friend of the Token class since there are sufficient access functions.  The put stream operator function for the RPN List class was changed to use the new token put stream operator.

[branch stl commit 2b5c581d31]