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
b.cpp:6:16: error: declaration of 'foo' in module b follows declaration in module a holder<struct foo> m; ^a.cpp:8:16: note: previous declaration is here holder<struct foo> m; ^1 error generated.
I'm not 100% sure of what the standard mandates here.
The text was updated successfully, but these errors were encountered:
Given the following two translation units
When compiled with
Causes clang to fail with
I'm not 100% sure of what the standard mandates here.
The text was updated successfully, but these errors were encountered: