Replies: 1 comment 2 replies
-
We are in a position to workaround this since we don't claim ABI stability in mixed-mode builds. We can use the workaround recommended by Microsoft in https://devblogs.microsoft.com/cppblog/msvc-cpp20-and-the-std-cpp20-switch/#c20-no_unique_address. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://godbolt.org/z/bf8caE5Tr
It mostly fault of msvc, as I know they don't fix it because some abi issue, but I'm not sure.
Anyway will be nice to have workaround for this.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions