maxDepth constant

int const maxDepth

Maximum nesting depth to prevent infinite recursion.

Implementation

static const int maxDepth = 50;