
6 May
2005
6 May
'05
11:32 a.m.
Joel wrote:
I think the problem is the way mpl::is_sequence is implemented. It tries to detect the presence of a "tag" typedef and a "begin" typedef and concludes that a type is an mpl::sequence if it has both. I've complained a long time ago about this.
One could argue that the problem is the existence of is_sequence.