Howard Hinnant <[EMAIL PROTECTED]> writes:

> On Monday, January 6, 2003, at 06:50  PM, David Abrahams wrote:
>
> Or maybe even just:
>
>    template <class T>
>    struct my_container
>       : if_<is_POD<T>::value, impl1, impl2>::type
                       ^^^^^^^
you'd have to drop that part (yes, it's magic <wink>).
>    {
>       ...
>    };
>

OK, yeah, that has promise.

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to