Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed legacy MinGW from AppVeyor CI.
Looks like gcc 5 that is installed in MinGW on AppVeyor CI is not compiled with C99 standard library enabled, which results in C++11 std::to_string functions not being available. These functions are required by Boost.Multiprecision. Since legacy MinGW is quite outdated and increasingly poorly supported across Boost libraries, remove it from CI rather than adding yet another special case for disabling Boost.Multiprecision tests.
- Loading branch information