bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -frepo does not create repository


From: Ronald Fischer
Subject: Re: -frepo does not create repository
Date: 3 May 2002 01:27:50 -0700

address@hidden (Eray Ozkural) wrote in message news:<address@hidden>...
> On Thursday 02 May 2002 11:32, Ronald Fischer wrote:
> >    template<typename T> extern void f(T);
> 
> Is extern required there?

No, but it should not do any harm either. If I leave it out, the 
function would have by default extern linkage. I have the habit 
of writing the "extern" specifier in front
of declarations of functions with extern linkage.

Ronald



reply via email to

[Prev in Thread] Current Thread [Next in Thread]