wlater
Senior Member
USA
35 Posts |
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).
|
|