format icon indicating copy to clipboard operation
format copied to clipboard

Remove gcc 2_95 workaround.

Open gogagum opened this issue 1 year ago • 2 comments

C++11 is now a minimal required C++ version for boost::format. This means that old gcc version (older then gcc 4.x) support is no longer required. This PR removes unused workaround for std::char_traits and std::allocator, which was made for gcc 2.95.

gogagum avatar Jun 07 '24 19:06 gogagum

Why didn't this run all the CI tests? :|

jeking3 avatar Jul 12 '24 21:07 jeking3

@jeking3 I turned on CI runs on my fork initially, so github decided not to run tests again, when the pull request was made. So the lack of CI runs is not caused by changes. Now I turned off tests in my fork and reran CI. appveyor CI succeded. Github CI now has a requirement of approval from a maintainer.

gogagum avatar Jul 15 '24 19:07 gogagum