19 Nov
2004
19 Nov
'04
1:53 p.m.
On Fri, 19 Nov 2004 12:46:19 -0000, alansa@ati-uk.com
The interesting part is that it doesn't leak if use the version of threads built using the CRT as a .dll rather than static link. I also believe that the actual culprit is somewhere in boost.function since the code for boost.thread is so straight forward.
This sounds more like a mismatch between the runtime libraries that Boost was compiled for (MSVCRT.DLL I'm pretty sure) and the one you're linking with. Do you get a linker error indicating that there are conflicting libraries? -- Caleb Epstein caleb dot epstein at gmail dot com