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
Linking: accept the same contract from multiple translation units
Contracts stored in header files may end up in multiple translation
units. Linking such translation units was rejected in the initial
contracts-in-symbols implementation. Such contracts, however, are equal
and we can just keep a single copy of them.
Fixes: diffblue#7156
0 commit comments