Skip to content

Declare C++11 as a requirement in the library metadata - #367

Open
gennaroprota wants to merge 1 commit into
developfrom
doc/declare-cpp11-as-a-requirement
Open

Declare C++11 as a requirement in the library metadata#367
gennaroprota wants to merge 1 commit into
developfrom
doc/declare-cpp11-as-a-requirement

Conversation

@gennaroprota

Copy link
Copy Markdown
Collaborator

The metadata advertised C++03, but the archives have needed C++11 for some time: including boost/archive/text_oarchive.hpp pulls in boost/scoped_ptr.hpp, and Boost.SmartPtr uses noexcept. Nothing tested C++03 either, as every CI job starts at 11.

The metadata advertised C++03, but the archives have needed C++11 for
some time: including boost/archive/text_oarchive.hpp pulls in
boost/scoped_ptr.hpp, and Boost.SmartPtr uses `noexcept`.  Nothing
tested C++03 either, as every CI job starts at 11.
@gennaroprota
gennaroprota force-pushed the doc/declare-cpp11-as-a-requirement branch from a2a2f53 to 612b3c4 Compare August 6, 2026 12:54
@gennaroprota gennaroprota changed the title Declare the C++11 requirement in the library metadata Declare C++11 as a requirement in the library metadata Aug 6, 2026
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

Successfully merging this pull request may close these issues.

1 participant