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
When trying to use boost::multi_index::tag in the implementation of the interface part of a C++20 module, I get a GCC error that the boost part uses internal linkage. Here's a reproducible example: https://godbolt.org/z/5e7KWj8qz