$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Goldshteyn (mgoldshteyn_at_[hidden])
Date: 2005-03-03 16:39:46
Interesting, I guess I hadn't thought of writing something like "abc|"
simple as (?:abc)?
Thanks
Mike
"John Maddock" <john_at_[hidden]> wrote in message
news:05c001c515dd$8b7232c0$3ef20352_at_fuji...
>> "(?:)|abc" and "^$|abc" seem to get around this deficiency, but I am
>> wondering why it is there in the first place.
>
> Remember also that:
>
> |x is the same as x??
>
> x| is the same as x?
>
> John.
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost
>