This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 09/11] Add c++14 sized deallocation operator


On Mon, Mar 21, 2016 at 3:55 PM, Corinna Vinschen
<corinna-cygwin@cygwin.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]