summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/partition.h
diff options
context:
space:
mode:
authorJohannes Singler <singler@ira.uka.de>2008-07-15 10:06:58 +0000
committerJohannes Singler <singler@gcc.gnu.org>2008-07-15 10:06:58 +0000
commitcbcd1e4520ba6e1dbf3b9c44d54a5228846da5c0 (patch)
tree7a80ea58c6cd322e53f31c5663615b588f0866e9 /libstdc++-v3/include/parallel/partition.h
parente65d1ec6b0fc79dd2f72ab85f5eb8dbe8d480e57 (diff)
downloadgcc-cbcd1e4520ba6e1dbf3b9c44d54a5228846da5c0.tar.gz
find_selectors.h: Correct name for include guard #ifndef.
2008-07-15 Johannes Singler <singler@ira.uka.de> * include/parallel/find_selectors.h: Correct name for include guard #ifndef. * include/parallel/balanced_quicksort.h: Likewise. * include/parallel/unique_copy.h: Likewise. * include/parallel/multiway_mergesort.h: Likewise. * include/parallel/checkers.h: Likewise. * include/parallel/[various files]: Add/correct comment for #endif of include guard (at end of file) From-SVN: r137827
Diffstat (limited to 'libstdc++-v3/include/parallel/partition.h')
-rw-r--r--libstdc++-v3/include/parallel/partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/parallel/partition.h b/libstdc++-v3/include/parallel/partition.h
index 7747b7e9980..f7bf3d083c9 100644
--- a/libstdc++-v3/include/parallel/partition.h
+++ b/libstdc++-v3/include/parallel/partition.h
@@ -432,4 +432,4 @@ template<typename RandomAccessIterator, typename Comparator>
#undef _GLIBCXX_VOLATILE
-#endif
+#endif /* _GLIBCXX_PARALLEL_PARTITION_H */