Subject: Re: [boost] [Signals] Build problem on Linux / ARM with GCC 3.4.4
From: Tobias Oberstein (tobias.oberstein_at_[hidden])
Date: 2008-09-22 17:04:29


> I would try to add inline to the declaration.
>
> template <class T>
> inline clone_base * make_clone( T const & );
>

Yes, I tried this first, but it didn't help. So I patched .. anyway, as
far as I can see, make_clone is only used in one place, so no
cut'n'paste code dups by "inlining manually".