Skip to content

Outdated defect macros for Haiku #482

@Flamefire

Description

@Flamefire

A user did a portfile (build definition of some sort) for Haiku and noticed that although GCC 13 is being used Boost.Config unconditionally defines C++11 defect macros: https://github.com/boostorg/config/blob/boost-1.83.0/include/boost/config/platform/haiku.hpp#L19-L22

As reported those defects no longer apply and are seemingly long outdated (added in Boost 1.58 and never touched since)

I don't know the motivation for adding them but maybe more specific checks regarding GCC and libstdc++ made them superflous at some point. In any case I doubt C++11 defect macros in a platform file are correct, so I'd assume removing them would be ok

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