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

Re-enable constexpr hashing #59

Merged
merged 8 commits into from
Oct 29, 2024
Merged

Re-enable constexpr hashing #59

merged 8 commits into from
Oct 29, 2024

Conversation

mborland
Copy link
Member

We can workaround the need for virtual functions by employing CRTP at the C++14 level

Closes: #58

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5ca3fb8) to head (6c0747c).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         2113      2124   +11     
  Branches       253       255    +2     
=========================================
+ Hits          2113      2124   +11     

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

@mborland mborland merged commit 4b0e8e7 into develop Oct 29, 2024
71 checks passed
@mborland mborland deleted the constexpr branch October 29, 2024 14:44
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.

Make hashing constexpr
1 participant