-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for <format> #363
Support for <format> #363
Conversation
Use: https://github.com/boostorg/multiprecision/pull/535/files as reference for implementation |
GCC-13 and Clang-17 added full support for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #363 +/- ##
=========================================
+ Coverage 98.7% 98.9% +0.2%
=========================================
Files 223 225 +2
Lines 16738 16886 +148
Branches 1799 1804 +5
=========================================
+ Hits 16517 16686 +169
+ Misses 221 200 -21
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Closes: #341
I am going to leave this one as a draft for now. There are a number of compiler errors since I don't think the support for this is totally complete yet.