-
Notifications
You must be signed in to change notification settings - Fork 208
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.Graph no longer builds with C++03 #353
Comments
Discovered in Boost 1.84.0 Beta 1 Release Candidate 1 |
Is that actually an issue though? I thought all libraries were free to dispense with supporting pre-C++11 now? I've already taken the C+98 and C++03 CI builders out of the configurations for Drone and GitHub actions. |
If you decide that Boost.Graph is no longer supporting c++03, that's your call. But when I look at the docs and the meta/library.json file, I don't see any suggestion of that. Many libraries have (or are in the process of) dispensing with C++03 support. ./boost/smart_ptr/detail/requires_cxx11.hpp:19:1: warning: C++03 support was deprecated in Boost.SmartPtr 1.82 and will be removed in Boost.SmartPtr 1.84. Please open an issue in https://github.com/boostorg/smart_ptr if you want it retained. [-W#pragma-messages] |
OK, good point, I should communicate it more explicitly. |
What has been the decision here? I see still 03 in the meta/library.json file. |
The decision is to drop C++03, the fact is I haven't had time to figure out how to do it. |
It includes
lexical_cast.h
which no longer supports C++03.The text was updated successfully, but these errors were encountered: