Skip to content

Commit 612b3c4

Browse files
committed
Declare C++11 as a requirement in the library metadata
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.
1 parent cf9c554 commit 612b3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta/libraries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"maintainers": [
1212
"Robert Ramey <ramey -at- rrsd.com>"
1313
],
14-
"cxxstd": "03"
14+
"cxxstd": "11"
1515
}

0 commit comments

Comments
 (0)