
14 Jul
2006
14 Jul
'06
4:48 a.m.
On 7/13/06, Dean Michael Berris <mikhailberis@gmail.com> wrote:
Hi Everyone,
Uploaded to the vault [0] is the implementation of the dispatcher library. If there is enough interest, I would like to propose this library for inclusion into the Boost C++ Library. The documentation is yet unfinished, though I am not very sure about the contents of the documentation. However, I have put enough documentation with regards to how the library is designed, and used.
[snip code]
I'm sorry, but I don't see how this is a big advantage over using a std::map<int, boost::function<T> >. Kevin Spinar