Group: comp.lang.c++
From: Juha Nieminen
Date: Saturday, April 12, 2008 7:06 PM
Subject: Re: rewriting typedef to define

wongjoekmeu@yahoo.com wrote:
> I also have another typedef which I do understand. It is used for
> function aliasing. But I was wondering how and if it is possible in
> such a case also to replace the typedef by using #define.

It's not possible. I can't understand why you would want to.