j
k
j a
j l
I'd guess that the problem is that boost::result_of doesn't work for C++11 lambdas. clang works because decltype-based result_of is enabled for clang.
Ok, make sense. I was just a little surprised. Regards, Christian
Back to the thread
Back to the list