On Sun, Mar 20, 2011 at 9:16 PM, Anders Carlsson <andersca at mac.com> wrote: > Log: > Don't segfault on mutual recursion, as pointed out by Frits. Now it doesn't handle e.g.: X::~X() { foo(); foo(); } void foo() {} Probably not a huge issue though.