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

cmake: Require C++20 #502

Merged
merged 6 commits into from
Oct 19, 2022
Merged

cmake: Require C++20 #502

merged 6 commits into from
Oct 19, 2022

Conversation

chfast
Copy link
Member

@chfast chfast commented Aug 30, 2022

Bump the required C++ standard from C++17 to C++20. Use some example C++20 features to adjust the minimal supported compiler versions.

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #502 (e79c013) into master (0897edb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

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

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

Impacted Files Coverage Δ
lib/evmone/baseline.cpp 100.00% <ø> (ø)
test/statetest/statetest_loader.cpp 97.89% <100.00%> (ø)
test/unittests/eof_test.cpp 97.36% <0.00%> (+0.30%) ⬆️

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.

2 participants