David Abrahams wrote:
>
> Hi,
>
> BOOST_EXPLICIT_TEMPLATE_TYPE is great!
>
> However:
[snip]
>     // specialization
>     template <>
>     int f<void>( /*what goes here?*/ )
>     {
>
>     }
>
> we have no mechanism for handling these.  Any ideas?

Wouldn't BOOST_EXPLICIT_TEMPLATE_TYPE(void) work?

Eric



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

Reply via email to