
7 Oct
2012
7 Oct
'12
1:48 a.m.
On Sat, 06 Oct 2012 07:19:14 +0000, Paul Mensonides wrote:
#define _0 ARG(0) #define _1 ARG(1)
APPLY( (A)(B), template<class T> class _0 : public _1 { public: inline _0(const _0& c) : _1(1, 2, 3) { // ... } }; )
Implementation of this incoming. Regards, Paul Mensonides