9 Dec 2009 redi   » (Master)

Last week I added rvalue support to std::function, so that you can invoke it with move-only types such as std::unique_ptr. That will be included in the GCC 4.5 release. Doug Gregor originally contributed the <tr1/functional> implementation that it's based on and it's really cool stuff. I continue to be in awe of Doug and the other authors of Boost.Function and Boost.Bind.

I'm still wrestling with std::bind

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!