You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a relevant discussion here #391. Essentially, our code relies on relaxed lambda and constexpr expressions thus building with --expt-extended-lambda --expt-relaxed-constexpr options is necessary.
Yes, those are falsely flagged as errors it seems. I'll ping the maintainers of our build ecosystem to see if we can get this resolved. Meanwhile I opened #398 which now prints a hint about which compiler flags are missing during build.
Is this a duplicate?
Type of Bug
Compile-time Error
Describe the bug
when I use cmake to build the example, It raise:
and then I compile:
The text was updated successfully, but these errors were encountered: