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

[FIX] cpp26: std::is_trivial_v is deprecated #3319

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Dec 17, 2024

use 'is_trivially_default_constructible_v && is_trivially_copyable_v' instead

use 'is_trivially_default_constructible_v && is_trivially_copyable_v' instead
@seqan-actions seqan-actions added lint [INTERNAL] signal for linting and removed lint [INTERNAL] signal for linting labels Dec 17, 2024
@seqan-actions
Copy link
Member

Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3319

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.11%. Comparing base (4f0c4fd) to head (d751f83).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3319   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files         271      271           
  Lines       11914    11914           
  Branches      104      104           
=======================================
  Hits        11689    11689           
  Misses        225      225           

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

Copy link
Contributor

@SGSSGene SGSSGene left a comment

Choose a reason for hiding this comment

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

future proof!

@eseiler eseiler merged commit 873a5f4 into seqan:main Dec 17, 2024
40 checks passed
@eseiler eseiler deleted the fix/cpp26_deprecation branch December 17, 2024 20:01
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