
1 Dec
2004
1 Dec
'04
2:30 p.m.
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