Subject: Re: [Boost-users] Boost - How does VC know what to link ?
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-03-22 06:27:03


>(*) or point me to the code that does it.
>Is is some sort of compiler directive that controls it ?

Yes see boost/config/auto_link.hpp

HTH, John.