[SG10] Updated SD-6 draft
Jonathan Wakely
cxx at kayari.org
Wed Aug 3 19:33:06 CEST 2016
On 3 August 2016 at 18:17, Nelson, Clark <clark.nelson at intel.com> wrote:
> > The row for __cpp_lib_not_fn says the header is <function> which
> > should be <functional>
>
> Thanks.
>
> > The row for __cpp_lib_lock_guard_variadic says the header is
> > <thread> but lock_guard is defined in <mutex>
>
> OK, thanks again. As it turns out, it was published that way on isocpp.org
> ,
> so that's an even more substantive correction, about which we may want to
> say something in the rationale.
>
>
Sorry for not spotting that one sooner, I'm just going through them all now
and writing some tests for them.
I've also noticed that for my paper P0074R0, the existing macro
__cpp_lib_transparent_operators was changed, rather than adding a new
one.The P0074R0 changes only affect <memory> (specifically, the shared_ptr
helper type owner_less), and all the original transparent operator changes
only affect <functional>, so we might want to say that it's defined by
<memory> as well. I'm ambivalent about that though. It's probably OK to
leave it as only <functional>.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open-std.org/pipermail/features/attachments/20160803/6913408a/attachment.html
More information about the Features
mailing list