$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-31 21:46:48
input:
x = [ MATCH (foo)(.*) : foo ] ;
ECHO -$(x)+ ;
output:
-foo+
Shouldn't this print:
-foo+ -+
instead? The 2nd pattern was matched, after all.
-Dave
+---------------------------------------------------------------+
David Abrahams
C++ Booster (http://www.boost.org) O__ ==
Pythonista (http://www.python.org) c/ /'_ ==
resume: http://users.rcn.com/abrahams/resume.html (*) \(*) ==
email: david.abrahams_at_[hidden]
+---------------------------------------------------------------+