-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C1202 on MSVC using sizeof(T) >= 256 Bytes #8
Comments
4(/5) Options:
|
mingw-w64 does not seem to support some of the c++17 features (std::execution, std::transform_reduce). Could have been an opt-out for when size critical. |
I dont think there is a nice solution w\o reworking everything. So i will split Buffers because it's the solution that still allows for easiest use and functionality. Also very easy to revert. Will keep open for potential rework. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
throws: fatal error C1202: recursive type or function dependency context too complex
The text was updated successfully, but these errors were encountered: