$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Anthony Williams (anthony_w.geo_at_[hidden])
Date: 2007-11-29 18:53:34
Phil Endecott <spam_from_boost_dev <at> chezphil.org> writes:
> I'm not aware of a way to set the stack size for a new thread in either
> Boost.Thread or the proposed std::thread. Is this something that
> should be considered?
It's certainly something that could be considered. It would have to be
considered a hint rather than a guaranteed value, as it's an optional feature in
POSIX, and the value is rounded in Windows.
Anthony