boostorg / serialization

Boost.org serialization module
http://boost.org/libs/serialization
119 stars 139 forks source link

Remove C++03 from GHA, because Variant and LexicalCast no longer compile under C++03 #293

Closed pdimov closed 1 year ago

pdimov commented 1 year ago

This pull request removes the C++03 jobs from the Github Actions .yml files, because Boost.Variant and Boost.LexicalCast no longer compile under C++03, which makes all jobs fail.