Re: Determining if a function has vague linkage

2006-12-02 Thread Brendon Costa
Brendon Costa wrote: > Hi all, > > I understand that all template functions in GCC should have vague > linkage and thus may be exported into numerous translation units where > they are used. I have been attempting to use a few different macros on > both an instanciated template functions FUNCTION_

Determining if a function has vague linkage

2006-12-01 Thread Brendon Costa
Hi all, I understand that all template functions in GCC should have vague linkage and thus may be exported into numerous translation units where they are used. I have been attempting to use a few different macros on both an instanciated template functions FUNCTION_DECL node and a normal functions