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

Bump minimum required GCC version to 10 #515

Closed
wants to merge 1 commit into from
Closed

Bump minimum required GCC version to 10 #515

wants to merge 1 commit into from

Conversation

chfast
Copy link
Member

@chfast chfast commented Oct 19, 2022

This removes the need to link stdc++fs in case is used.
This also allows using of std::span once C++20 is enabled.

This removes the need to link stdc++fs in case <filesystem> is used.
This also allows using of std::span once C++20 is enabled.
@chfast chfast changed the title Bump minimum required GCC version to 9 Bump minimum required GCC version to 10 Oct 19, 2022
@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #515 (c6a4bbb) into master (0897edb) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #515   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          54       54           
  Lines        5258     5258           
=======================================
  Hits         5227     5227           
  Misses         31       31           
Flag Coverage Δ
blockchaintests 77.78% <ø> (ø)
statetests 7.58% <ø> (ø)
unittests 99.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast
Copy link
Member Author

chfast commented Oct 19, 2022

Included in #502.

@chfast chfast closed this Oct 19, 2022
@chfast chfast deleted the gcc_min_9 branch October 19, 2022 21:46
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.

1 participant