$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] regex icase
From: John Maddock (john_at_[hidden])
Date: 2009-08-26 12:10:05
>Ok, so this is simple example - stupid but should work:
You're passing an invalid value for the bitmask-flags to regex::assign which
messes up the internal logic. I'll add some more error handling to catch
this case, and validate the flags before attempting to use them.
John.