This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH][libstdc++-v3 parallel mode] random_shuffle fixes
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 5 Jun 2008 10:13:52 -0500
- Subject: Re: [PATCH][libstdc++-v3 parallel mode] random_shuffle fixes
- References: <4847A3D5.3010503@ira.uka.de>
> 2008-06-05 Johannes Singler <singler@ira.uka.de>
>
> * include/parallel/random_shuffle.h:
> (parallel_random_shuffle_drs) Get the actual number of
> threads after entering the parallel region. Indentation.
> * include/parallel/algo.h: (random_shuffle(begin, end))
> Add namespace qualification to avoid ambiguity.
Looks good!
-benjamin