Skip to content

Metaprogramming using Boost.CallableTraits and Boost.MP11#444

Merged
knoepfel merged 5 commits intoFramework-R-D:mainfrom
beojan:metaprogramming
Apr 2, 2026
Merged

Metaprogramming using Boost.CallableTraits and Boost.MP11#444
knoepfel merged 5 commits intoFramework-R-D:mainfrom
beojan:metaprogramming

Conversation

@beojan
Copy link
Copy Markdown
Contributor

@beojan beojan commented Mar 23, 2026

This simplifies the code in the metaprogramming subdirectory by replacing the custom template metaprogramming code for type-level work on Callables with Boost.CallableTraits augmented with Boost.MP11.

Attached to #394.

@greenc-FNAL
Copy link
Copy Markdown
Contributor

Review the full CodeQL report for details.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main     #444      +/-   ##
==========================================
+ Coverage   85.00%   85.63%   +0.63%     
==========================================
  Files         127      142      +15     
  Lines        3341     3586     +245     
  Branches      574      615      +41     
==========================================
+ Hits         2840     3071     +231     
- Misses        306      309       +3     
- Partials      195      206      +11     
Flag Coverage Δ
unittests 85.63% <ø> (+0.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 75 files with indirect coverage changes


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 3bda620...1100e2a. Read the comment docs.

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

@beojan
Copy link
Copy Markdown
Contributor Author

beojan commented Mar 23, 2026

@phlexbot format

@github-actions
Copy link
Copy Markdown
Contributor

Format Fixes Applied

✅ cmake-format fixes pushed (commit cfcfb8a)

⚠️ Note: Some issues may require manual review.

Copy link
Copy Markdown
Member

@knoepfel knoepfel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beojan, this is a clear improvement. See below for a few comments

Comment thread phlex/metaprogramming/type_deduction.hpp
Comment thread phlex/metaprogramming/type_deduction.hpp Outdated
Comment thread phlex/metaprogramming/type_deduction.hpp
Comment thread phlex/metaprogramming/type_deduction.hpp Outdated
@knoepfel knoepfel merged commit f4b20e9 into Framework-R-D:main Apr 2, 2026
42 checks passed
@knoepfel knoepfel linked an issue Apr 2, 2026 that may be closed by this pull request
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.

Streamline template metaprogramming with libraries

3 participants