
25 Jun
2004
25 Jun
'04
7:05 a.m.
Mathew Robertson wrote:
For example, we add the following code to each library instance:
extern "C" boost_autoconf() {}
If you add *exactly this* to *each* library, won't you get linker errors when doing static linking, because each boost library will define it's own version of this function? - Volodya