gcc/libstdc++-v3/include/parallel
Jonathan Wakely eae0b895e0 PR71856 try to fix Parallel Mode assertions again
PR libstdc++/71856
	* doc/xml/manual/using.xml: Document macro.
	* include/bits/c++config [_GLIBCXX_DEBUG || _GLIBCXX_PARALLEL]
	(__glibcxx_assert): Rename to __glibcxx_assert_impl.
	[_GLIBCXX_DEBUG] (__glibcxx_assert): Expand to __glibcxx_assert_impl.
	* include/parallel/base.h [_GLIBCXX_PARALLEL_ASSERTIONS]
	(_GLIBCXX_PARALLEL_ASSERT): Expand to __glibcxx_assert_impl.
	[!_GLIBCXX_PARALLEL_ASSERTIONS] (_GLIBCXX_PARALLEL_ASSERT): Define as
	empty.
	* testsuite/25_algorithms/headers/algorithm/
	parallel_algorithm_assert2.cc: New test.

From-SVN: r243434
2016-12-08 12:08:14 +00:00
..
algo.h algo.h: Generalize usage of std::__iterator_category. 2016-09-25 15:23:45 +00:00
algobase.h Update copyright years. 2016-01-04 15:30:50 +01:00
algorithm Update copyright years. 2016-01-04 15:30:50 +01:00
algorithmfwd.h Update copyright years. 2016-01-04 15:30:50 +01:00
balanced_quicksort.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
base.h PR71856 try to fix Parallel Mode assertions again 2016-12-08 12:08:14 +00:00
basic_iterator.h Update copyright years. 2016-01-04 15:30:50 +01:00
checkers.h Update copyright years. 2016-01-04 15:30:50 +01:00
compatibility.h Update copyright years. 2016-01-04 15:30:50 +01:00
compiletime_settings.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
equally_split.h Update copyright years. 2016-01-04 15:30:50 +01:00
features.h Update copyright years. 2016-01-04 15:30:50 +01:00
find.h Update copyright years. 2016-01-04 15:30:50 +01:00
find_selectors.h Update copyright years. 2016-01-04 15:30:50 +01:00
for_each.h Update copyright years. 2016-01-04 15:30:50 +01:00
for_each_selectors.h Update copyright years. 2016-01-04 15:30:50 +01:00
iterator.h Update copyright years. 2016-01-04 15:30:50 +01:00
list_partition.h Update copyright years. 2016-01-04 15:30:50 +01:00
losertree.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
merge.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
multiseq_selection.h Update copyright years. 2016-01-04 15:30:50 +01:00
multiway_merge.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
multiway_mergesort.h Update copyright years. 2016-01-04 15:30:50 +01:00
numeric Update copyright years. 2016-01-04 15:30:50 +01:00
numericfwd.h Update copyright years. 2016-01-04 15:30:50 +01:00
omp_loop.h Update copyright years. 2016-01-04 15:30:50 +01:00
omp_loop_static.h Update copyright years. 2016-01-04 15:30:50 +01:00
par_loop.h Update copyright years. 2016-01-04 15:30:50 +01:00
parallel.h Update copyright years. 2016-01-04 15:30:50 +01:00
partial_sum.h Update copyright years. 2016-01-04 15:30:50 +01:00
partition.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
queue.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
quicksort.h Update copyright years. 2016-01-04 15:30:50 +01:00
random_number.h Update copyright years. 2016-01-04 15:30:50 +01:00
random_shuffle.h Update copyright years. 2016-01-04 15:30:50 +01:00
search.h Update copyright years. 2016-01-04 15:30:50 +01:00
set_operations.h Update copyright years. 2016-01-04 15:30:50 +01:00
settings.h Update copyright years. 2016-01-04 15:30:50 +01:00
sort.h libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS 2016-07-13 18:22:57 +01:00
tags.h Update copyright years. 2016-01-04 15:30:50 +01:00
types.h Update copyright years. 2016-01-04 15:30:50 +01:00
unique_copy.h Update copyright years. 2016-01-04 15:30:50 +01:00
workstealing.h Update copyright years. 2016-01-04 15:30:50 +01:00