From: jaakko.jarvi_at_[hidden]
Date: 2001-11-16 18:29:04


Thanks, I added a specialization for tuple<>

Also, the Thomas Witt's patch is committed in.

Jaakko

--- In boost_at_y..., Rene Jager <renej_at_f...> wrote:
> I think something like:
>
> template<> struct length<tuple<> > : public length<null_type>
{};
>
> is missing from boost/tuple/detail/tuple_basic.hpp
> otherwise length<tuple<> >::value fails to compile
>
> renej