Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated defect macros for Haiku #482

Open
Flamefire opened this issue Aug 28, 2023 · 1 comment
Open

Outdated defect macros for Haiku #482

Flamefire opened this issue Aug 28, 2023 · 1 comment

Comments

@Flamefire
Copy link
Contributor

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

@Begasus
Copy link

Begasus commented Aug 28, 2023

@jessicah could you have a look here, in the other issue already mentioned that disabling the function check in haiku.hpp made it work to get a full build. TIA :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants