Skip to content

Move the to_chars and from_chars overloads into the boost::charconv namespace#77

Merged
mborland merged 5 commits intodevelopfrom
76
Feb 18, 2026
Merged

Move the to_chars and from_chars overloads into the boost::charconv namespace#77
mborland merged 5 commits intodevelopfrom
76

Conversation

@mborland
Copy link
Member

Closes: #76

@mborland mborland added this to the v0.1.0 milestone Feb 18, 2026
@mborland mborland self-assigned this Feb 18, 2026
@mborland mborland added the Bug Something isn't working label Feb 18, 2026
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://77.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-18 15:39:14 UTC

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.6%. Comparing base (f5d7dc6) to head (7631d34).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #77   +/-   ##
=======================================
  Coverage     98.6%   98.6%           
=======================================
  Files          110     110           
  Lines         7099    7099           
  Branches      2429    2429           
=======================================
  Hits          6995    6995           
  Misses          43      43           
  Partials        61      61           
Files with missing lines Coverage Δ
examples/charconv.cpp 100.0% <ø> (ø)
examples/verified_runtime_usage.cpp 92.7% <100.0%> (ø)
include/boost/safe_numbers/charconv.hpp 100.0% <ø> (ø)
test/test_unsigned_bounded_charconv.cpp 100.0% <ø> (ø)
test/test_unsigned_charconv.cpp 100.0% <ø> (ø)
test/test_verified_charconv.cpp 100.0% <100.0%> (ø)

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 f5d7dc6...7631d34. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit d406d23 into develop Feb 18, 2026
36 checks passed
@mborland mborland deleted the 76 branch February 18, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change the charconv namespace

2 participants

Comments