boostorg / boostorg/range

Issue #157 is still not merged to master

Open
#163 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.