$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-05-07 05:42:34
> If I read the code correctly, without an additional BOOST_DISABLE_WIN32
> check regex will stop compiling in ANSI+MT mode, which is arguably the
right
> thing to do anyway, since it currently silently skips the critical
section?
> (BTW you could consider rewriting regex_synch in terms of
> detail/lightweight_mutex although I understand that keeping regex
> self-contained is a Good Thing.)
Yes, it's certainly not unreasonable behaviour, I'll take a look at
lightweight mutex when I rewrite that section....
John.