conan-package-tools
conan-package-tools copied to clipboard
mingw builds for AppVeyor do not iterate over libstdc++11
add_common_builds() for gcc produces builds for both libstdc++ and libstdc++11. However, for mingw only the libstdc++ is used. Please extend the matrix with a modern library usage too.
Same issue for me!