Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usage of 'boost::remove_reference' with 'std::remove_reference' #1844

Merged

Conversation

grospelliergilles
Copy link
Member

boost::remove_reference is not always defined. It depends of compilation option used when building boost.

…eference'.

'boost::remove_reference' is not always defined. It depends of
compilation option used when building boost.
@grospelliergilles grospelliergilles added build Build configuration alien Alien component labels Dec 15, 2024
@grospelliergilles grospelliergilles self-assigned this Dec 15, 2024
Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.23%. Comparing base (2fc0c76) to head (8b68a3b).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1844      +/-   ##
==========================================
- Coverage   70.23%   70.23%   -0.01%     
==========================================
  Files        2263     2263              
  Lines      163149   163149              
  Branches    18808    18808              
==========================================
- Hits       114584   114580       -4     
+ Misses      41765    41764       -1     
- Partials     6800     6805       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@stdcm stdcm left a comment

Choose a reason for hiding this comment

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

Thank you Gilles.

@grospelliergilles grospelliergilles merged commit 74ce793 into main Dec 16, 2024
31 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-remove-usage-of-boost-remove-reference branch December 18, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alien Alien component build Build configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants