$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2004-11-19 08:53:47
On Fri, 19 Nov 2004 12:46:19 -0000, alansa_at_[hidden] <alansa_at_[hidden]> wrote:
> 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