Skip to content

Conversation

@Zorono
Copy link
Contributor

@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.

@NexiusTailer
Copy link
Collaborator

Ok I finally had to install VS 2026 myself to also confirm that your current code compiled with no such errors and made some corrections to your latest variant. I'll merge this now, but apply those corrections in the further commits if you don't mind.

@NexiusTailer NexiusTailer merged commit 0e86c76 into multitheftauto:develop Jan 14, 2026
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