Re: [Alephmodular-devel] Enum versus class?
Status: Pre-Alpha
Brought to you by:
brefin
From: Alexander S. <ast...@it...> - 2003-03-02 15:48:26
|
On Sunday, Mar 2, 2003, at 03:58 US/Eastern, Dietrich Epp wrote: > class _Exception { ... }; > #define Exception(parms...) _Exception (__FILE__, __LINE__, > __PRETTY_FUNCTION__, parms) > > or some variant. The things that compilers other than GCC would choke > on could be cut out (methinks __PRETTY_FUNCTION__ is gcc) with > #ifdefs. For that, you would probably use __FUNCTION__, although the mangling would make it less readable. |