Commit 612b3c4
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
0 commit comments