$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Prashant Thakre (prashant.thakre_at_[hidden])
Date: 2006-10-05 03:04:18
Hi,
As per the section "Complexity and exception safety":
Iterator and reference validity is preserved in the face of insertions, even
for replace and modify operations.
Would it be safe to insert() from within two or more threads simultaneously ?
Assumption being that the keys inserted will be always be different.
-- regards, Prashant Thakre