<br><br><div class="gmail_quote">2011/5/19 Klaim - Joël Lamotte <span dir="ltr"><<a href="mailto:mjklaim@gmail.com">mjklaim@gmail.com</a>></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'd be quite surprised that it has much to do with the vector. </blockquote></div></div></blockquote><div><br></div><div>It's not the vector, it'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'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>