$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rodolfo Schulz de Lima (rodolfo_at_[hidden])
Date: 2007-08-01 17:15:34
There's a little bug in member function
nolock_force_unique_connection_list which causes an assertion inside
nolock_cleanup_connections because the _shared_state.unique() is false
because the local variable newState also references _shared_state. The
attached patch corrects this rather simple bug.
Regards,
Rodolfo Lima.