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

Boost.Contract no longer builds with C++03 #32

Open
mclow opened this issue Nov 10, 2023 · 1 comment
Open

Boost.Contract no longer builds with C++03 #32

mclow opened this issue Nov 10, 2023 · 1 comment

Comments

@mclow
Copy link

mclow commented Nov 10, 2023

it includes any.h, which no longer supports C++03.

Discovered in Boost 1.84.0 Beta 1 Release Candidate 1

@jeking3
Copy link
Collaborator

jeking3 commented Jan 10, 2025

There are also tests that explicitly set BOOST_NO_CXX11_VARIADIC_TEMPLATES to test C++03 compatibility instead of just forcing that test to run if cxxstd=03. I found that both chrono and optional now fail under C++03. I will probably just be removing the C++03 stuff; if someone tries to use it, one of the dependencies will tell them it's not supported.

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