
22 Sep
2008
22 Sep
'08
9:04 p.m.
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".