On Mon, Mar 21, 2016 at 3:55 PM, Corinna Vinschen <[email protected]> wrote: > But using -std= when building Cygwin wouldn't change the fact that we > might need this delete anyway for applications built with -std=c++14 > or do I miss something?
This patch is specifically for building cygwin1.dll I haven't tested building programs with -std=c++14, but that should not be affected at all by this patch. I believe the only reason this issue occurs at all is that cygwin1.dll explicitly does not link with libstdc++. Thanks, Peter
