I have tried to use clang 3.0 with libc++ and C++0x.
I have compile the boost 1.48 with libc++, according to How to compile/link Boost with clang++/libc++? The boost/signals is broken.
So, I am looking for a replacement of boost/signals, and the Jae's Fast Delegate looks good, except it depends of an early version of boost.
#include <boost/pending/ct_if.hpp>
The file above was removed on 1.48.
So, is there an other candidate multi-cast delegate/signals works with clang 3.0 and C++0x?