gcc/libstdc++-v3/doc/xml/manual
Jonathan Wakely c6888c6257 PR libstdc++/79433 no #error for including headers with wrong -std
PR libstdc++/79433
	* doc/xml/manual/status_cxx2017.xml: Update feature-test macros.
	* doc/html/*: Regenerate.
	* include/Makefile.am: Remove <bits/c++17_warning.h>.
	* include/Makefile.in: Regenerate.
	* include/bits/c++17_warning.h: Remove.
	* include/bits/string_view.tcc: Do not include <bits/c++17_warning.h>
	for pre-C++17 modes.
	* include/std/any: Likewise.
	(__cpp_lib_any): Define.
	* include/std/mutex (__cpp_lib_scoped_lock): Adjust value as per new
	SD-6 draft.
	* include/std/numeric (__cpp_lib_gcd_lcm): Define as per new SD-6
	draft.
	* include/std/optional: Do not include <bits/c++17_warning.h>.
	(__cpp_lib_optional): Define.
	* include/std/shared_mutex: Do not include <bits/c++14_warning.h>.
	* include/std/string_view: Do not include <bits/c++17_warning.h>.
	(__cpp_lib_string_view): Define.
	* include/std/variant: Do not include <bits/c++17_warning.h>.
	(__cpp_lib_variant): Define.
	* testsuite/20_util/optional/cons/value_neg.cc: Adjust dg-error line
	numbers.
	* testsuite/26_numerics/gcd/1.cc: Test for __cpp_lib_gcd_lcm.
	* testsuite/26_numerics/gcd/gcd_neg.cc: Adjust dg-error line
	numbers.
	* testsuite/26_numerics/lcm/1.cc: Test for __cpp_lib_gcd_lcm.
	* testsuite/26_numerics/lcm/lcm_neg.cc: Adjust dg-error line
	numbers.
	* testsuite/30_threads/scoped_lock/requirements/typedefs.cc: Adjust
	expected value of __cpp_lib_scoped_lock.

From-SVN: r252018
2017-09-12 15:02:59 +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
extensions.xml extensions.xml: Add cross-reference. 2015-04-27 13:30:26 +01:00
internals.xml Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden 2016-01-22 12:47:26 +00:00
intro.xml Improvements to the libstdc++ FAQ and manual 2017-07-11 12:11:33 +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 PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +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