supportsCopyMem
can fail from macro context with tuples
#24378
Labels
supportsCopyMem
can fail from macro context with tuples
#24378
Description
I just noticed helping someone with a problem with my https://github.com/Vindaar/forked syntax sugar library that in some cases
std/typetraits
supportsCopyMem
can fail in a macro context.The following code illustrates the problem
Note that the straightforward version without a macro:
yields the correct output.
Nim Version
(previously tested on a devel compiler from 2024/10/13 with the same behavior)
Current Output
Expected Output
Known Workarounds
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: