From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2008-07-04 08:27:46


William Marié wrote:
> Hi,
>
> There is something i don't understand about the threading using msvc,
> it seems that it's not possible to build a single threading target if

MSVC only provides single-threaded libraries since (at least) version
8/VS2005. Thus there's no such support in Boost.Build either.

HTH / Johan