Erik de Castro Lopo wrote:

Sorry, I don't think that is an answer. In particular, it does
not match C++'s scope resolution operator.

What we need to be able to do is:

   void bar(int foo)
   {
      /* Use foo the function. */
       x = foo();

       /* Use foo the integer. */
       x += foo;

      /* Use foo the function. */
       x = foo();
   }

Use a different language.

Trent

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to