Hi, BOOST_EXPLICIT_TEMPLATE_TYPE is great!
However:
template <class T>
int f(BOOST_EXPLICIT_TEMPLATE_TYPE(T))
{
...
}
// specialization
template <>
int f<void>( /*what goes here?*/ )
{
}
we have no mechanism for handling these. Any ideas?
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
