-
Notifications
You must be signed in to change notification settings - Fork 452
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
instantiating fold expression with 257 arguments exceeded expression nesting limit of 256 #69
Comments
@uikilin100 could you please test this? |
will be fixed in v0.7.2 |
jamek
pushed a commit
to jamek/magic_enum
that referenced
this issue
Feb 25, 2021
jamek
added a commit
to jamek/magic_enum
that referenced
this issue
Feb 11, 2022
jamek
added a commit
to jamek/magic_enum
that referenced
this issue
Feb 11, 2022
jamek
pushed a commit
to jamek/magic_enum
that referenced
this issue
Feb 11, 2022
Hi @Neargye, |
@cr-galrosen I think need to update the library |
I think that I tried with version 0.73 and got the same error message.
…On Mon, Oct 16, 2023 at 2:17 PM Daniil Goncharov ***@***.***> wrote:
@cr-galrosen I think need to update the library — Reply to this email
directly, view it on GitHub, or unsubscribe. You are receiving this because
you were mentioned. Message ID: <Neargye/magic_enum/issues/69/1764251664@
github. com>
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
CAUTION: Do not click on links or open attachments unless you recognize
the sender
ZjQcmQRYFpfptBannerEnd
@cr-galrosen
<https://urldefense.com/v3/__https://github.com/cr-galrosen__;!!MAmKhpqTICo!SFfaTSwtquCBO2fySgZseLMlBD_iCvBgpMcDeJ1s9EpjQiduaepb5b0PqmM9vORO8CEg4dkHZ2ANMNxE2A-lZipKLkeCe8W4$>
I think need to update the library
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/Neargye/magic_enum/issues/69*issuecomment-1764251664__;Iw!!MAmKhpqTICo!SFfaTSwtquCBO2fySgZseLMlBD_iCvBgpMcDeJ1s9EpjQiduaepb5b0PqmM9vORO8CEg4dkHZ2ANMNxE2A-lZipKLvzz4I-f$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ANDDLF4QGSEZCMMHNDYZNCLX7UJVPAVCNFSM4VD6FRV2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZWGQZDKMJWGY2A__;!!MAmKhpqTICo!SFfaTSwtquCBO2fySgZseLMlBD_iCvBgpMcDeJ1s9EpjQiduaepb5b0PqmM9vORO8CEg4dkHZ2ANMNxE2A-lZipKLtuJJj6a$>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Please report a suspicious email using the Phish Alert fishhook icon or
forward the email to ***@***.***
|
My mistake. I test it again and it was fixed in 0.72. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
magic_enum/include/magic_enum/magic_enum.hpp:411:71: fatal error: instantiating fold expression with 257 arguments exceeded expression nesting limit of 256
constexpr std::size_t count = (static_caststd::size_t(valid[I]) + ...);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
How could I fix this compile error?
The text was updated successfully, but these errors were encountered: