Steven Watanabe wrote:
Check you parentheses. The two uses of bind/mem_fun are not the same.
Sorry, the line should read as follows.
*itor = bus(new unsigned short(startValue++),
boost::bind(boost::mem_fun(&CTNGenerator::makeCTNAvailable), this));
Ryan