Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fe): avoid stack overflow with MSVC
Adding a pointer member variable to Class_Parser caused Test_Overflow.parser_depth_limit_exceeded to fail with MSVC. Work around the failure by lowering the stack limit.
- Loading branch information