Andrei Alexandrescu wrote:
> Sean Kelly wrote:
>>
>> Will do. It's easy enough to search-replace '!' with '.'
>
> You'll need a sed expression to not catch unary ! and != as well.
Nah, just replace "!(" with ".(" I basically never use "!(exp)" in
conditions so there should be no problems.
Sean