Skip to content

boost::parser compilation error on mac with boost 1.88 #269

@SilkeSchomann

Description

@SilkeSchomann

view_adaptor.hpp (boost::parser) does not compile on a mac with clang 18.1.8 and boost 1.88:

/include/boost/parser/detail/stl_interfaces/view_adaptor.hpp:199:35: error: no template named 'range_adaptor_closure' in namespace 'std::ranges'; did you mean 'std::__range_adaptor_closure'?
199 |     using range_adaptor_closure = std::ranges::range_adaptor_closure<D>;
    |                                                          ^~~~~~~~~~~~~
/bin/../include/c++/v1/__ranges/range_adaptor.h:58:8: note: 'std::__range_adaptor_closure' declared here
58 | struct __range_adaptor_closure {
   |            ^
1 error generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions