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
182 stars 141 forks source link

Fix 375 and 353 for older compilers #386

Closed mborland closed 1 year ago

mborland commented 1 year ago

Add GCC 4.6 to see if other issues with ancient compilers exist

mborland commented 1 year ago

@Lastique I am going to merge this now that the CI cycled. Let me know if you have any remaining issues after the fixes.

Lastique commented 1 year ago

@Lastique I am going to merge this now that the CI cycled. Let me know if you have any remaining issues after the fixes.

Ok, thanks. I'll rerun Boost.Log CI. It'll take time for it to complete.

Lastique commented 1 year ago

The CI has passed without errors. Thanks again.