Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Sam Weinig
> On Jul 28, 2017, at 11:13 AM, Maciej Stachowiak wrote: > > > >> On Jul 28, 2017, at 10:58 AM, Sam Weinig > > wrote: >> >> >> >>> On Jul 28, 2017, at 10:31 AM, JF Bastien >> > wrote: >>> >>> >>> On Jul 28, 2017, at 10:29, Sam We

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Maciej Stachowiak
> On Jul 28, 2017, at 10:58 AM, Sam Weinig wrote: > > > >> On Jul 28, 2017, at 10:31 AM, JF Bastien > > wrote: >> >> >> >>> On Jul 28, 2017, at 10:29, Sam Weinig >> > wrote: >>> >>> For some generic programming, this form can be dramati

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Sam Weinig
> On Jul 28, 2017, at 10:57 AM, Brady Eidson wrote: > >> >> On Jul 28, 2017, at 10:29 AM, Sam Weinig > > wrote: >> >> For some generic programming, this form can be dramatically shorter: >> >> e.g. >> >> template> KeyTraitsArg, typename MappedTraitsArg> >> template

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread JF Bastien
> On Jul 28, 2017, at 10:58, Sam Weinig wrote: > > > >> On Jul 28, 2017, at 10:31 AM, JF Bastien > > wrote: >> >> >> >>> On Jul 28, 2017, at 10:29, Sam Weinig >> > wrote: >>> >>> For some generic programming, this form can be dramatical

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Sam Weinig
> On Jul 28, 2017, at 10:31 AM, JF Bastien wrote: > > > >> On Jul 28, 2017, at 10:29, Sam Weinig > > wrote: >> >> For some generic programming, this form can be dramatically shorter: >> >> e.g. >> >> template> KeyTraitsArg, typename MappedTraitsArg> >> template >>

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Brady Eidson
> On Jul 28, 2017, at 10:29 AM, Sam Weinig wrote: > > For some generic programming, this form can be dramatically shorter: > > e.g. > > template KeyTraitsArg, typename MappedTraitsArg> > template > ALWAYS_INLINE auto HashMap MappedTraitsArg>::inlineAdd(K&& key, V&& value) -> AddResult > { >

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread JF Bastien
> On Jul 28, 2017, at 10:29, Sam Weinig wrote: > > For some generic programming, this form can be dramatically shorter: > > e.g. > > template KeyTraitsArg, typename MappedTraitsArg> > template > ALWAYS_INLINE auto HashMap MappedTraitsArg>::inlineAdd(K&& key, V&& value) -> AddResult > { >

Re: [webkit-dev] Using "auto -> returnType" breaks prepare-ChangeLog

2017-07-28 Thread Sam Weinig
For some generic programming, this form can be dramatically shorter: e.g. template template ALWAYS_INLINE auto HashMap::inlineAdd(K&& key, V&& value) -> AddResult { return m_impl.template add>(std::forward(key), std::forward(value)); } vs. template template ALWAYS_INLINE typename HashMap::

[webkit-dev] iOS IDFA

2017-07-28 Thread Bruno Roggeri
Hi all, As many others working in advertising companies I've been following very closely the announcement of Intelligent Tracking Prevention in the upcoming Safari 11. I wanted to get your thoughts about aligning the browser with the rest of the iOS platform: instead of relying on cookies, how