gcc/libstdc++-v3/doc/xml/manual
Jonathan Wakely 908d1d3aea PR libstdc++/82644 document IS 29124 support
Also fix declarations of special functions in C++17, to import them into
the global namespace in <math.h>, and to prevent defining the
non-standard hypergeometric functions in strict mode.

	PR libstdc++/82644
	* doc/xml/manual/intro.xml: Include new section.
	* doc/xml/manual/status_cxxis29124.xml: New section on IS 29124
	status.
	* include/bits/specfun.h [__STRICT_ANSI__] (hyperg, hypergf, hypergl)
	(conf_hyperg, conf_hypergf, conf_hypergl): Don't declare.
	* include/c_compatibility/math.h: Import special functions into
	global namespace for C++17.
	* testsuite/26_numerics/headers/cmath/82644.cc: New test.
	* testsuite/26_numerics/headers/cmath/functions_global_c++17.cc: New
	test.

From-SVN: r254004
2017-10-23 12:10:28 +01: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 PR libstdc++/82644 document IS 29124 support 2017-10-23 12:10:28 +01: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_cxxis29124.xml PR libstdc++/82644 document IS 29124 support 2017-10-23 12:10:28 +01:00
status_cxxtr1.xml
status_cxxtr24733.xml
strings.xml
support.xml
test_policy_data_structures.xml
test.xml
using_exceptions.xml
using.xml
utilities.xml