Add m::raw_allocation tests, fix unique_span constructor interface when end iterator is a sentinel type #61
EmJayGee
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Realized that the constructor for unique_span<> that takes two iterators did not correctly support when
endis a different type than the beginning point (presumably because it is a sentinel type).Also added more unit tests for both unique_span and raw_allocator, which found some interface problems with how the value type was handled inside the class. That seems to be worked out now.
This discussion was created from the release Add m::raw_allocation tests, fix unique_span constructor interface when end iterator is a sentinel type.
Beta Was this translation helpful? Give feedback.
All reactions