$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost 1.34.1 -static boost::mutex
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2008-10-16 11:33:53
On Wed, Oct 15, 2008 at 10:00 AM, keren A <krn.a.wo_at_[hidden]> wrote:
> The code run on windows but in linux I'm stacked on the lock.
Your code is missing the static member initialization for m_locker. Perhaps
this is the cause.
Jon