gcc/libstdc++-v3/doc/xml/manual
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
..
abi.xml
algorithms.xml
allocator.xml
appendix_contributing.xml
appendix_free.xml
appendix_porting.xml
atomics.xml
auto_ptr.xml
backwards_compatibility.xml
bitmap_allocator.xml
build_hacking.xml
codecvt.xml
concurrency_extensions.xml
concurrency.xml
configure.xml
containers.xml
ctype.xml
debug_mode.xml
debug.xml
diagnostics.xml
documentation_hacking.xml
evolution.xml
extensions.xml
internals.xml
intro.xml Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) 2016-11-15 19:32:44 +00:00
io.xml
iterators.xml
locale.xml
localization.xml
messages.xml
mt_allocator.xml
numerics.xml
parallel_mode.xml
policy_data_structures_biblio.xml
policy_data_structures.xml
prerequisites.xml
profile_mode.xml
shared_ptr.xml
spine.xml
status_cxx1998.xml
status_cxx2011.xml
status_cxx2014.xml
status_cxx2017.xml
status_cxxtr1.xml
status_cxxtr24733.xml
strings.xml
support.xml
test_policy_data_structures.xml
test.xml
using_exceptions.xml
using.xml PR71856 try to fix Parallel Mode assertions again 2016-12-08 12:08:14 +00:00
utilities.xml