j
k
j a
j l
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.
Back to the thread
Back to the list