Keith Stockdale
Keith Stockdale
Internal Compiler error: cast<X>() argument of incompatible type with vector type in struct template
I did wonder if it was related to #4629. It is the same ICE (as in the same error output), however the steps in that issue seemed to be very...
I assume if you were to error about strings earlier then strings used for rootsignatures would need to be treated as a special case then?
I just hit this as well. It is worth noting that applying sizeof to an enum type directly also results in this error. The struct is not required. https://godbolt.org/z/6chdrWYWz
If anyone wants a workaround. You can use the fact that this generates a compiler error to construct an is_enum template... https://godbolt.org/z/K5YxsM598... and then go from there...
Turns out that if the enum appears in a base struct, then sizeof succeeds. I would recommend people start using the template in the following godbolt link (or something similar),...
Yeah, that is a fair point. I think a new parameter would be the best idea here to avoid a breaking change. Will update!
Yeah so these are the proposed docs for the hextra/feature-cards version And then for regular cards: The issue is that the rounded background of the code snippet doesn't look right...
I have just enabled github pages on my fork so you have have a look at what it currently looks like here https://kstocky.github.io/hextra/docs/guide/shortcodes/hextra/#hextrafeature-card-closed
Just hit this myself and switching to `ubuntu-latest` was a valid workaround. Thanks!