Add include for add_const#157
Add include for add_const#157neilgroves merged 1 commit intoboostorg:developfrom cho-m:any_iterator_interface-add_const
Conversation
Signed-off-by: Michael Cho <michael@michaelcho.dev>
|
Ran into this as well, seems to prevent compilation entirely with no way to work around (without hacking in an add_const.hpp include just before). Change LGTM, I have to use similar locally. |
|
This patch was not merged to the release branch, so boost-1.90.0 still has this bug. |
|
Please boost maintainers, it'd be nice to include this patch in the 1.88 - 1.90 releases. |
That's impossible, those releases have already been done (and Boost very rarely does a .1 release like 1.90.1). But it would be nice if it could get fixed for the next release. It's really silly how often things are fixed on the devel branch and not merged to the (completely separate and unrelated) release branch. The boost branch workflow is error prone and encourages this mistake. |
While testing 1.88.0.beta1 in Homebrew (Homebrew/homebrew-core#217231), I saw a build error for
ncmpcpp:From glance, it looks like Boost
add_constis wanted forrange/include/boost/range/detail/any_iterator_interface.hpp
Line 30 in a18dbf5