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
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++
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
3 matches
Mail list logo