$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-11 23:12:23
AMDG
James Sutherland wrote:
> and I want to create a function that takes a single argument "t" and
> produces f(t)*g(t).
bind(f, _1) * bind(g, _1)
In Christ,
Steven Watanabe