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

Implement concepts #347

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Implement concepts #347

merged 3 commits into from
Nov 22, 2023

Conversation

mborland
Copy link
Member

Should significantly improve error messages as discussed in: boostorg/math#848

Closes: #68

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Merging #347 (ea1a1e1) into develop (beb2ad6) will not change coverage.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #347   +/-   ##
=======================================
  Coverage     97.6%   97.6%           
=======================================
  Files           73      73           
  Lines         3346    3346           
=======================================
  Hits          3265    3265           
  Misses          81      81           
Files Coverage Δ
include/boost/decimal/decimal128.hpp 95.6% <ø> (ø)
include/boost/decimal/decimal32.hpp 99.9% <100.0%> (ø)
include/boost/decimal/decimal64.hpp 98.6% <ø> (ø)
include/boost/decimal/detail/cmath/abs.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/acosh.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/asinh.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/atanh.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/ceil.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/cos.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/cosh.hpp 100.0% <ø> (ø)
... and 36 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update beb2ad6...ea1a1e1. Read the comment docs.

@mborland mborland marked this pull request as ready for review November 22, 2023 09:08
@mborland mborland merged commit a17135d into develop Nov 22, 2023
48 checks passed
@mborland mborland deleted the concepts branch November 22, 2023 10: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.

C++20 Concepts
1 participant