
MSVC requires you #include<ciso646> to get the keyword alternatives, although I've no idea why (since I've recently started to like them). I, too, have started to like the operator keywords -- at least for the logical operators (this bitwise operators not so much). I strive for a
On 10/02/2011 03:33 PM, Darren Garvey wrote: literate programming style and have become used to having these in other languages. They help bring the logical structure of an expression into focus, especially when combining both bitwise and logical operators in a single expression.
One thing I'm a little curious about is whether the keywords are allowed in Boost libraries.
Part of Boost's legacy is in pushing compiler vendors towards more rigorous standards compliance. At a minimum I would hope the Boost community would be neutral towards their use. Rob