<br><br><div class="gmail_quote">2011/5/19 Klaim - Joël Lamotte <span dir="ltr">&lt;<a href="mailto:mjklaim@gmail.com">mjklaim@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br>
</div>I&#39;d be quite surprised that it has much to do with the vector. </blockquote></div></div></blockquote><div><br></div><div>It&#39;s not the vector, it&#39;s the copy constructor. You can see the same problem with :</div>
<div><br></div><div><pre style="font-family:Consolas;font-size:12;color:black;background:white;">    RealStateMachine sma;
    RealStateMachine smb( sma );</pre><pre style="font-family:Consolas;font-size:12;color:black;background:white;"><br></pre>At the moment I&#39;m not sure exactly what makes it a recursive call. Was the generated state machine not thought to be copied, or did I made a mistake?<br>
<br>Joël Lamotte</div></div>