chore: increase class.instance_max_depth

This commit is contained in:
Leonardo de Moura 2020-08-13 09:11:42 -07:00
parent d7add53229
commit 3ad0871dd4

View file

@ -20,7 +20,7 @@ Author: Leonardo de Moura
#endif
#ifndef LEAN_DEFAULT_CLASS_INSTANCE_MAX_DEPTH
#define LEAN_DEFAULT_CLASS_INSTANCE_MAX_DEPTH 32
#define LEAN_DEFAULT_CLASS_INSTANCE_MAX_DEPTH 100
#endif
namespace lean {