Skip to content

Conversation

@Zorono
Copy link

@Zorono Zorono commented Jan 12, 2026

  1. error C2999: maximum template instantiation depth of 1000 exceeded (see '/templateDepth:N') was persistent (commit 64d1f0e didn't work
error C2039: 'Generate': is not a member of 'NativeGenerator<0>'
error C3861: 'Generate': identifier not found

1. `error C2999: maximum template instantiation depth of 1000 exceeded (see '/templateDepth:N')` was persistent
2.   ```
error C2039: 'Generate': is not a member of 'NativeGenerator<0>'
error C3861: 'Generate': identifier not found
```
@NexiusTailer
Copy link
Collaborator

NexiusTailer commented Jan 13, 2026

I initially started review from format issues (extra new line at the end of the file for no reason), but actually it has critical issues with the code itself: by specializing NativeGenerator<0> with an empty Generate() method, recursion chain will be immediately stopped on its very first iteration and thus won't work at all. Please test before pushing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants