$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (howard.hinnant_at_[hidden])
Date: 2007-08-27 09:16:46
On Aug 21, 2007, at 5:14 PM, Peter Dimov wrote:
> void __cndcheck_init( void * pc, void * pm )
> {
> __cndcheck_state[ (size_t)pc % 17041 ] = { pc, pm }; // atomic
> store
> }
So what do you do about collisions?
-Howard