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 PR libstdc++/81092 add std::wstring symbols and bump library version 2017-06-16 12:54:59 +01:00
algorithms.xml
allocator.xml allocator.xml: Adjust link for Hoard. 2017-09-09 06:51:49 +00:00
appendix_contributing.xml Add cross-reference for test permutations in libstdc++ manual 2017-05-16 11:37:22 +01:00
appendix_free.xml
appendix_porting.xml
atomics.xml
auto_ptr.xml
backwards_compatibility.xml Fix broken links in manual and remove outdated info 2017-03-23 19:40:21 +00:00
bitmap_allocator.xml
build_hacking.xml Update libstdc++ version info in manual 2017-05-18 11:09:32 +01:00
codecvt.xml
concurrency.xml
concurrency_extensions.xml concurrency_extensions.xml: Update documentation on atomics. 2015-04-20 12:07:50 +01:00
configure.xml Document options for Filesystem TS library 2015-10-16 14:55:12 +01:00
containers.xml Update copyright years in libstdc++ manual and add link 2016-02-04 21:43:40 +00:00
ctype.xml
debug.xml * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. 2017-02-19 10:54:35 +00:00
debug_mode.xml debug_mode.xml: Update and simplify note on link- and run-time coexistence. 2017-03-02 19:11:50 +00:00
diagnostics.xml Save-and-restore errno more carefully in libstdc++ 2015-10-01 12:23:39 +01:00
documentation_hacking.xml documentation_hacking.xml: Tweak link to doxygen.org. 2017-03-01 12:53:28 +00:00
evolution.xml evolution.xml: Fix typos. 2015-04-14 11:08:58 +01:00
extensions.xml PR libstdc++/81835 fix broken URLs in libstdc++ docs 2017-09-13 11:05:59 +01:00
internals.xml Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden 2016-01-22 12:47:26 +00:00
intro.xml PR libstdc++/82644 document IS 29124 support 2017-10-23 12:10:28 +01:00
io.xml Fix broken links in manual and remove outdated info 2017-03-23 19:40:21 +00:00
iterators.xml
locale.xml
localization.xml
messages.xml
mt_allocator.xml Fix ViewCVS URLs in libstdc++ manual 2017-05-11 16:01:10 +01:00
numerics.xml
parallel_mode.xml
policy_data_structures.xml Fix typos in libstdc++ manual 2017-05-18 11:26:02 +01:00
policy_data_structures_biblio.xml policy_data_structures.xml: Simplify and standardize references to boost.org. 2017-02-16 15:25:18 +00:00
prerequisites.xml
profile_mode.xml * doc/xml/manual/profile_mode.xml: Fix link. 2017-02-18 08:37:19 +00:00
shared_ptr.xml policy_data_structures.xml: Simplify and standardize references to boost.org. 2017-02-16 15:25:18 +00:00
spine.xml Fix typos in libstdc++ docs and update copyright years 2017-01-03 11:16:31 +00:00
status_cxx1998.xml Improve implementation-defined docs for libstdc++ 2016-10-07 19:02:53 +01:00
status_cxx2011.xml PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() 2017-06-02 19:35:37 +01:00
status_cxx2014.xml Update libstdc++ status docs 2016-07-07 17:35:43 +01:00
status_cxx2017.xml Update references to C++17 in libstdc++ manual 2017-10-19 14:57:02 +01:00
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 configure.xml: Update descriptions of options affecting dual ABI and add cross-references. 2015-04-21 11:38:43 +01:00
support.xml
test.xml Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 2017-06-14 20:38:30 +01:00
test_policy_data_structures.xml Fix typos in libstdc++ manual 2017-05-18 11:26:02 +01:00
using.xml Add AddressSanitizer annotations to std::vector 2017-07-21 17:05:10 +01:00
using_exceptions.xml Update links and references in libstdc++ manual 2017-02-08 12:02:36 +00:00
utilities.xml