Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-04-04 Thread Liu Hao
On 2017/4/5 3:59, Tamir Duberstein wrote: > Jacek, it doesn't look like this was pushed, or at least I don't see > the change in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v5.x/tree/. > Could you verify? It seems Jon didn't push that branch. -- Best regards, LH_Mouse -

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-04-04 Thread Tamir Duberstein
Jacek, it doesn't look like this was pushed, or at least I don't see the change in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v5.x/tree/. Could you verify? -- Check out the vibrant tech community on one of the world'

Re: [Mingw-w64-public] [PATCH] strsafe.h: Change __inline to __CRT_INLINE

2017-04-04 Thread Liu Hao
On 2017/4/4 1:19, David Grayson wrote: > What you say matches what I got from my experiments, but it's odd that it > doesn't match the GCC documentation I linked to, which says: > > If you specify both inline and extern in the function definition, then > the definition is used only for inlining.