Subject: [Boost-users] [typeof] registering class templates whose NTTPs depend on other TPs
From: Cromwell Enage (sponage_at_[hidden])
Date: 2013-08-29 17:48:34


Hi, all.

Using Boost.Typeof, how would I register the following class template?

[''
template <typename foo, foo bar>
struct baz
{
};
'']

Any help would be appreciated.

Cromwell D. Enage