$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jbandela_at_[hidden]
Date: 2001-06-13 14:19:43
For the regular expression part, why not copy the way most editors
handle this ie use a boolean flag.
For example
size_type find(const string& source,
const string& search, bool regexp = false);
I believe this is easier to use as it minimizes the classes the user
has to know about.
Cheers,
John R. Bandela