Re: [sigc] Re: [Boost-users] Signals & Slots
Carl Nygard wrote:
On Thu, 2004-11-18 at 14:09, Doug Gregor wrote:
I'm not in a position to do this at the moment, although possibly in the future. It would be *wonderful* if someone went off and studied both libraries in-depth to make this comparison, especially if that person was not intimately familiar with either library beforehand.
Available: http://www.3sinc.com/opensource/boost.bind-vs-sigc2.html
Updates for code samples from Chris Vine and Jonathan Brandmeyer will be forthcoming.
I could use some suggestions on how to incorporate common code into the code comparison tables.
And of course, any other comments, flames, etc. will be welcome. I'm only doing this as a service for keeping track of comments. I'd like to see some of this stuff make it into the C++ standard library.
About: [-ed I'd love this, as long as I didn't have to use all of Boost to get it]. in reference to Boost.Bind. You don't need all of Boost. boost::bind is reasonably self-contained. I see that a dependency on mpl::bool_ has crept up in boost/ref.hpp, but Bind does not need it, so it's excisable without much effort. "Soon" (in a few years, once TR1 is implemented across the board) we'll hopefully be able to get 'bind' and 'function' by just including <functional>. This will also help Boost.Signals a bit since I suspect that nowadays most of the preprocessed code comes from boost::function.
"Soon" (in a few years, once TR1 is implemented across the board) we'll hopefully be able to get 'bind' and 'function' by just including <functional>.
Hello Peter, I am just following the discussion here. Please forgive my ignorance but what is TR1 ? Thanks, Mauricio Gomes Pensar Digital phone: 55-11-4121-6287 mobile: 55-11-8319-9610 http://pensardigital.com On Nov 20, 2004, at 10:26 AM, Peter Dimov wrote:
About:
[-ed I'd love this, as long as I didn't have to use all of Boost to get it].
in reference to Boost.Bind. You don't need all of Boost. boost::bind is reasonably self-contained. I see that a dependency on mpl::bool_ has crept up in boost/ref.hpp, but Bind does not need it, so it's excisable without much effort.
"Soon" (in a few years, once TR1 is implemented across the board) we'll hopefully be able to get 'bind' and 'function' by just including <functional>. This will also help Boost.Signals a bit since I suspect that nowadays most of the preprocessed code comes from boost::function.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Mauricio Gomes wrote:
"Soon" (in a few years, once TR1 is implemented across the board) we'll hopefully be able to get 'bind' and 'function' by just including <functional>.
Hello Peter,
I am just following the discussion here. Please forgive my ignorance but what is TR1 ?
TR1 is the Library Technical Report: http://www2.open-std.org/JTC1/SC22/WG21/docs/papers/2001/n1314.htm http://www2.open-std.org/JTC1/SC22/WG21/docs/papers/2004/n1711.pdf
Thanks Peter ! On Nov 22, 2004, at 11:22 AM, Peter Dimov wrote:
Mauricio Gomes wrote:
"Soon" (in a few years, once TR1 is implemented across the board) we'll hopefully be able to get 'bind' and 'function' by just including <functional>. Hello Peter, I am just following the discussion here. Please forgive my ignorance but what is TR1 ?
TR1 is the Library Technical Report:
http://www2.open-std.org/JTC1/SC22/WG21/docs/papers/2001/n1314.htm http://www2.open-std.org/JTC1/SC22/WG21/docs/papers/2004/n1711.pdf
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Mauricio Gomes
-
Peter Dimov