This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Integration of parallel standard algorithms for c++17
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Thomas Rodgers <trodgers at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 21 Mar 2019 22:32:09 +0000
- Subject: Re: [PATCH] Integration of parallel standard algorithms for c++17
- References: <1050db8c-2774-2210-dd39-12caa9bdb564@redhat.com> <20190207132629.GH17805@redhat.com> <xkqesgvspvpw.fsf@trodgers.remote.f27> <20190319202615.GK943@redhat.com> <xkqe1s31p9h0.fsf@trodgers.remote.f27> <xkqezhppnu93.fsf@trodgers.remote.f27> <xkqey359ntn0.fsf@trodgers.remote.f27> <20190321113702.GN943@redhat.com> <xkqeva0byjeo.fsf@trodgers.remote.f27> <xkqetvfvyip0.fsf@trodgers.remote.f27>
On 21/03/19 15:19 -0700, Thomas Rodgers wrote:
Fixed up change log.
Thanks, this version seems to have addressed everything.
As this was one of our big ticket features for stage 1 (but was
delayed due to the necessary legal steps that Intel took to kindly
transfer this to the LLVM project) we still want to go ahead and
commit this, even though it's late in stage 4.
There's some risk in adding this much code this late, but the
additions to existing headers are all guarded with
#if __cplusplus > 201402L
so it only affects C++17 mode (not the C++14 defaults) and will be a
no-op for most users.
So I'm going to approve this for trunk (and Thomas and I are committed
to dealing with any problems that might show up as soon as they
happen).