This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH][libstdc++-v3 parallel mode] Resolve namespace ambiguities
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Johannes Singler <singler at kit dot edu>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 22 Mar 2010 17:07:15 +0100
- Subject: Re: [PATCH][libstdc++-v3 parallel mode] Resolve namespace ambiguities
- References: <4BA7933D.7090800@kit.edu>
Hi,
> This patch fixes ambiguities between __gnu_parallel and std that occur
> when the parallel algorithm are used selectively (i.e. without
> _GLIBCXX_PARALLEL).
>
> Tested x86_64-unknown-linux-gnu: No further regressions.
>
> Please approve for mainline and gcc-4_4-branch.
>
The patch is Ok. Make sure you are never exceeding 80 columns before
committing.
Thanks,
Paolo.