16 Mar
2009
16 Mar
'09
3:43 p.m.
Steven Watanabe wrote:
meta<int>::type exists, and since only a pointer to it is used it isn't instantiated.
// meta<int>::type x; - yet this will cause compilation error.
Now meta<int>::type is instantiated, so we get a compilation error.
Of course. Thanks again. Your solution ideas do look like they'll do what I need.