From: "Aleksey Gurtovoy" <[EMAIL PROTECTED]>
> If you are tired of angle brackets in your templates (no, it's not a TV
> commercial :), may be you'll like this one:
> 
>     typedef eval<
>           count_if(
>               list(int,char,long,int)
>             , lambda(is_same(_,int))
>             )
>         >::type res;
> 
>     BOOST_STATIC_ASSERT(res::value == 2);

OK, I give up. How does this work?
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to