$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Thread and Boost.Function problems?
From: anony (janezz55_at_[hidden])
Date: 2010-03-04 23:38:53
The use of Boost.Function is irrelevant. I've checked Boost.Thread
source code and it uses Boost.Bind internally. The use of Boost.Function
actually increases code size, even though everything compiles and works.