$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-02-11 05:30:46
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