$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Query regarding interest in my submitting plf::colony to Boost
From: Soul Studios (matt_at_[hidden])
Date: 2015-07-16 18:06:26
> Disturbed by that comment I just wanted to add for the benefit of anyone
> just starting out with multi-threading that in my experience containers
> are entirely safe for multi-threading PROVIDED that youre only reading
> from them (i.e. they are passed by const &). This is by far the most
Hi Colin,
it's okay, he's clarified his comment to mean that nothing needs to
_change_ in the container to make it safe for multithreaded usage :)