Ensure types correctly use `allocator_traits<A>::pointer`
Open
help wanted
- Dominant language
- C++
- Stars
- 87
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Add tests to ensure types correctly use `allocator_traits::pointer`, ideally based on `boost::offset_ptr`.
[As @Quuxplusone points out on this PR](https://github.com/jbcoe/value_types/pull/345) there should be further testing added for testing to ensure types correctly make use of `allocator_traits::pointer`.
Adding Boost as a dependency is a little heavy weight as we require a mechanism for supporting the dependency (perhaps Conan?). However, we could emulate this with a custom `offset_ptr` implementation for the tests.
Contributor guide
Assessment
This issue has not been assessed yet.