http://tech.acnow.net/Html/Program/C/2001-12/4/201833636.shtml

boost::ref() 告诉编译器强制用引用传递 (特别适用于没有参数的构造函数)
如:boost::ref(fwx());    fwx()是没有参数的构造函数!!!