7 Dec
2005
7 Dec
'05
5:14 p.m.
somewhere.. sadly there even is no simple way to disable the #pragma comment(lib, "autolinkwantstogivealongnametoiostreams.lib"). so what to do? is there a flag to disable autolink?
Sure: just define BOOST_ALL_NO_LIB when building your code (but make sure you do it for *all* the translation units, and ensure that everything gets rebuild). John.