boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

Remove C++03 Testing #400

Closed mborland closed 1 year ago

raffienficiaud commented 1 year ago

Hi Matt, if I am not mistaken there is a announcement to make on Boost mailing list so that Boost.Test can drop support of C++03. Maybe this has been done already, I have not checked.

mborland commented 1 year ago

Hi Matt, if I am not mistaken there is a announcement to make on Boost mailing list so that Boost.Test can drop support of C++03. Maybe this has been done already, I have not checked.

You are correct. I noticed on this PR's CI run that a number of the upstream libraries removed C++03 support: https://github.com/boostorg/test/pull/399. I'll add a warning in the release that is happening now that in the next release C++03 will be gone.