On Wed, Aug 22, 2012 at 8:59 AM, Philip Guenther <[email protected]> wrote:
> So, you can use 'div' as the name of a object variable without
> concern...if you're in a standard conforming compilation.

And as long as it's not an object variable of a function pointer type
that you later invoke like "div(foo)" rather than "(div)(foo)" or
"(*div)(foo)". ;)

Reply via email to