
26 May
2004
26 May
'04
10:59 p.m.
| 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