aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJohannes Singler <singler@ira.uka.de>2008-06-05 15:47:17 +0000
committerJohannes Singler <singler@gcc.gnu.org>2008-06-05 15:47:17 +0000
commit3611e1767daf889bef7de7e867dacfa14527146e (patch)
treecafdfd5916a9ea68c5a09b596306ddf69737fa51 /libstdc++-v3/ChangeLog
parentbd7415dbcac028deb5514a4e00ce8ba25cdf1036 (diff)
downloadgcc-3611e1767daf889bef7de7e867dacfa14527146e.zip
gcc-3611e1767daf889bef7de7e867dacfa14527146e.tar.gz
gcc-3611e1767daf889bef7de7e867dacfa14527146e.tar.bz2
random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of threads after entering...
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. From-SVN: r136406
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d06e303..0f2e56c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2008-06-04 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pb_ds/assoc_container.hpp: Change allocator typedef