Skip to content

Conversation

@d7d1cd
Copy link
Contributor

@d7d1cd d7d1cd commented Oct 14, 2025

The presence of the static specifier on a template makes it internally linked. This template is used, in particular, to evaluate the NTTP boost::mpl_::bool_, which is needed in boost::multi_index::tag. Internal linkage prevents the use of boost::multi_index::tag and everything that depends on it in the global fragment of C++20 modules.

MRE here https://godbolt.org/z/efM6oaex9

@apolukhin
Copy link
Member

@pdimov could you please take a look at this fix and merge if it is OK?

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.73%. Comparing base (02ec362) to head (67180b0).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #90   +/-   ##
========================================
  Coverage    94.73%   94.73%           
========================================
  Files            5        5           
  Lines           19       19           
  Branches         3        3           
========================================
  Hits            18       18           
  Misses           1        1           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02ec362...67180b0. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pdimov pdimov merged commit 2358570 into boostorg:develop Oct 23, 2025
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants