Issue #157 is still not merged to master
- Dominant language
- C++
- Stars
- 45
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
Issue #157 resolves a compile error that's been on boost-range for since 1.88. Unfortunately despite the fix having been made in April 2025, Boost.Range 1.90.0 (installed via up-to-date vcpkg) still doesn't have it:
```c++
// boost/range/detail/any_iterator_interface.hpp
// ...
#include
#include
#include
// add_const.hpp is still missing here
#include
#include
#include
#include
```
It looks like the commit that fixes this (9ac89e9936b826c13e90611cb9a81a7aa0508d20) isn't on `master` yet. Could that be put in the next release? Pretty please? ^_^ Issues #157, #159, #161, and now this one, are all about that same compile error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.