$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Binding to a function with optional parameters
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-02 08:29:10
AMDG
Yang Zhang wrote:
> Is there a way to bind to a function with optional arguments?
No. You'll need to either use a forwarding function or
write out all the arguments.
In Christ,
Steven Watanabe