Skip to content

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

Merged
gennaroprota merged 1 commit into
developfrom
doc/declare-cpp11-as-a-requirement
Aug 7, 2026
Merged

Declare C++11 as a requirement in the library metadata#367
gennaroprota merged 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
@gennaroprota
gennaroprota added this pull request to the merge queue Aug 7, 2026
Merged via the queue into develop with commit 1b2007f Aug 7, 2026
43 checks passed
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