Subject: Re: [Boost-users] boost::bind
From: Igor R (boost.lists_at_[hidden])
Date: 2011-04-28 09:06:04


> But why the compiler says talks about  three arguments provided..there are
> only two....(base and exponent)

It means bind() call, where you pass 3 args, but it can't realize what
"pow" is, so it can't specialize bind template correctly.