AMDG fmingu wrote:
I do not understand the sentence: Ignore the "conversion to unsigned int" part. As you know, I am a new comer and quite puzzled about that. Does that mean to change the complier enviroment? Can you give me an example?
I meant to say the the compiler's mentioning unsigned int is nonsense. That part of the error message is useless. Don't pay any attention to it. This part of my previous message is not particularly important.
��2009-07-02��"Steven Watanabe"
��� fmingu wrote:
But the complier told me that: cannot resolve overloaded function `pow' based on conversion to type `unsigned int'
Ignore the "conversion to unsigned int" part. The compiler doesn't know how to handle std::pow and gets itself confused. The problem is &std::pow, not the inner bind expression.
In Christ, Steven Watanabe