Re: name2() solved

1999-09-18 Thread Michael Alan Dorman
Paul Harris <[EMAIL PROTECTED]> writes: > header files, but what is the "correct" way to code this functionality? if > its not in the stdc++ headers, how are people supposed to solve similar > problems that name2() solved? (even tho its pretty damn simple code). Speaking

name2() solved

1999-09-18 Thread Paul Harris
don't go away, i have a "standardising" question for the gurus: vrweb used a function called name2() that i eventually found in the libg++2.8.2-dev package in /usr/include/g++-2/generic.h #define name2(a,b) gEnErIc2(a,b) #define gEnErIc2(a,b) a ## b now dselect tells me: libg++

name2()

1999-09-17 Thread Paul Harris
hi the current problem is involving a function called name2() eg: from tifs.h Fieldsdeclare(name2(TIOINETFactoriesBase,Base),TIOINETFactoryPtr) from fields.h class name2(TIOINETFactoriesBase,Base) { see how its used in #defs