From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-10-17 01:01:35


On Oct 16, 2006, at 4:14 PM, Larry Evans wrote:

> On 10/15/2006 08:34 PM, Larry Evans wrote:
> [snip]
>> Could anyone suggest how to do what I attempted to do in the
>> variadic is_same.hpp in vtmpl.zip?
>>
> Never mind. The whole problem was caused by the failure to
> unpack the Tail arg in the list.hpp push_front. With
> that correction, non-variadic is_same worked.

Thanks for tracking this down. I'll make sure the compiler diagnoses
this error properly in future versions.

        Doug