@@ -158,7 +158,7 @@ public:
size_t size() const
{
- assert(is_type<Z>());
+ assert(is_type<Z*>());
return _size / sizeof(Z);
}