$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-02-03 06:49:57
>Without looking at code nor documentation, it seems that you
want to use std::mem_fun and std::bind1st to achieve
"callback with this parameter".
Otherwise, just define a function object.
<
Yes there is even an example in the docs, see:
libs/regex/template_class_ref.htm#reg_grep or
libs/regex/demo/snippets/snip6.cpp
RTM?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/