You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
wlater
Posted - Jun 19 2009 : 10:53:10 AM Sorry, couldn't resist the alliteration
I came across a possible parsing issue in 1727 by accident. VAX seems to parse the contents of an operator<< function differently depending on whether there's a space between operator and <<.
Here's a simplified example showing the issue:
As best I can tell, it is specific to the '<' character. So both operator<< and operator< exhibit this, but other operators donG??t seem to (though I did not do an exhaustive check).
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jun 21 2009 : 10:20:41 AM I am seeing the same effect here. Thank you for the clear description.