Subject: Re: [boost] [asio] how to handle "boost::asio::placeholders::error" in "boost::function"?
From: caoyawen (bobcyw_at_[hidden])
Date: 2010-04-26 13:43:20


In fact I want to build a "Command" model. I need use
"boost::function<void(void)>" to remove the relationship between general
workflow and special function.