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

relax iterator requirements #919

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

grisumbras
Copy link
Member

Fix #840

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #919 (8e5eed3) into develop (0a7860f) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #919   +/-   ##
========================================
  Coverage    92.95%   92.95%           
========================================
  Files           85       85           
  Lines         8047     8047           
========================================
  Hits          7480     7480           
  Misses         567      567           
Impacted Files Coverage Δ
include/boost/json/array.hpp 100.00% <ø> (ø)
include/boost/json/object.hpp 100.00% <ø> (ø)
include/boost/json/string.hpp 100.00% <ø> (ø)

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 0a7860f...8e5eed3. Read the comment docs.

@cppalliance-bot
Copy link

@grisumbras grisumbras merged commit f48b6dd into boostorg:develop Aug 23, 2023
2 checks passed
@grisumbras grisumbras deleted the feature/relax-iterator-reqs branch August 23, 2023 16:49
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.

Incorrect constraint on the range constructor for array
2 participants