Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-07-21 16:03:33


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk