$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-05-26 23:59:04
| Hi,
|
| this inocent code throws an exception:
|
| static const regex rpath( "Return-Path:(.*?)Received: ",
| regex_constants::icase );
hm...I could fix the problem by using regex_constants::icase | regex_constants::normal .
Is it actually the intended behavior that non-gready repeats are disabled just by switching case-sensitive on-off?
br
Thorsten