From: Vinzenz 'evilissimo' Feenstra (evilissimo_at_[hidden])
Date: 2006-03-10 03:51:57


Oh, my fault this is my mail client that thinks that it is a quote and
doesn't shows up the missing '>'.

I am sorry.

But I've mentioned something what confuses me a bit:

template< typename S >
struct sm
: public sc::state_machine<
        sm< S >,
        proto< S >
>
{};

Won't this cause a endless recursion on instantiation?

BR
Vinzenz