
11 Feb
2006
11 Feb
'06
10:30 a.m.
Kevin Wan wrote:
i just want to share my library with others, if it helps.
This page shows the requirements and guidelines for Boost libraries: http://www.boost.org/more/lib_guide.htm This page shows the submission process: http://www.boost.org/more/submission_process.htm I suggest you upload the library to the vault and ask for comments then. Does your delegate support multicasting? If not, comparing it to Signals is not fair - you should compare it to Function instead. deliverNews = boost::bind(&NewsMessageArea::displayNews, newsMessageArea, _1); If it does, how is the implementation easier? It is not because it only supports member functions - Function takes care of that part of Signals. Sebastian Redl