
5 Dec
2010
5 Dec
'10
8:55 p.m.
Mathias Gaunard wrote:
On 05/12/2010 17:11, Thomas Klimpel wrote:
This also solves the problem that a header only library like ublas tries to autolink against serialization, just because somebody provided serialization functionality for the header only library.
Auto-linking against a particular depencendy should only be done if you include the header that triggers that dependency.
Actually, I believe that you only trigger the dependency if you actually invoke some function in the library. At least that's the way it should be. Robert Ramey.