Boost logo

Boost :

From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-12-01 09:30:09


Hi Allen,

> I wonder if other non-type template parameter is supported. For example:

Unfortunately no -- all we support is type and integral template parameters.

The implementation is based on the ability to encode a type as an array of
compile-time integers. Therefore, in order to support other non-type
template parameters we would have to find a way to somehow convert them into
compile-time integers. So far I don't see a satisfactory way of achieving
this :(

Regards,

Arkadiy


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