gcc/libstdc++-v3/doc/xml/manual
Jonathan Wakely 9a0af7e3fb LWG 2921 remove packaged_task constructors taking allocators
* doc/xml/manual/evolution.xml: Document LWG DR 2921 change.
	* doc/xml/manual/intro.xml: Likewise.
	* include/std/future (__create_task_state): Add default arguments
	to make providing an allocator optional.
	(packaged_task::packaged_task(F&&)): Call __create_task_state directly
	instead of delegating to another constructor.
	(packaged_task::packaged_task(allocator_arg_t, const A&, ...)): Do not
	define allocator-extended constructors for C++17 and later.
	* testsuite/30_threads/packaged_task/cons/alloc.cc: Only run test for
	C++11 and C++14.
	* testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
	* testsuite/30_threads/packaged_task/cons/alloc_min.cc: Likewise.
	* testsuite/30_threads/packaged_task/uses_allocator.cc: Likewise.

From-SVN: r271582
2019-05-23 22:40:56 +01:00
..
abi.xml Fix grammar in libstdc++ ABI history documentation 2018-12-19 20:16:57 +00:00
algorithms.xml
allocator.xml Remove array_allocator extension, deprecated since 4.9.0 2019-05-13 11:49:58 +01:00
appendix_contributing.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
appendix_free.xml
appendix_porting.xml
atomics.xml
auto_ptr.xml
backwards_compatibility.xml Remove broken links from libstdc++ manual to Doxygen pages 2019-03-22 20:57:35 +00:00
bitmap_allocator.xml
build_hacking.xml
codecvt.xml
concurrency.xml
concurrency_extensions.xml Remove broken links from libstdc++ manual to Doxygen pages 2019-03-22 20:57:35 +00:00
configure.xml
containers.xml
ctype.xml
debug.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
debug_mode.xml
diagnostics.xml
documentation_hacking.xml documentation_hacking.xml: Update reference to epubcheck. 2018-12-11 04:00:00 +00:00
evolution.xml LWG 2921 remove packaged_task constructors taking allocators 2019-05-23 22:40:56 +01:00
extensions.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
internals.xml
intro.xml LWG 2921 remove packaged_task constructors taking allocators 2019-05-23 22:40:56 +01:00
io.xml
iterators.xml
locale.xml
localization.xml
messages.xml
mt_allocator.xml
numerics.xml
parallel_mode.xml Remove broken links from libstdc++ manual to Doxygen pages 2019-03-22 20:57:35 +00:00
policy_data_structures.xml Small markup changes to PBDS docs 2019-05-13 21:11:47 +01:00
policy_data_structures_biblio.xml
prerequisites.xml
shared_ptr.xml Fix names of _Lock_policy constants in libstdc++ manual 2019-05-21 14:50:35 +01:00
spine.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
status_cxx1998.xml
status_cxx2011.xml
status_cxx2014.xml
status_cxx2017.xml Add missing feature test macro to C++17 status table 2019-05-23 17:01:18 +01:00
status_cxx2020.xml Add missing piece of P0777R1 and update C++20 status docs 2019-05-17 10:28:13 +01:00
status_cxxis29124.xml
status_cxxtr1.xml
status_cxxtr24733.xml
strings.xml
support.xml Remove broken links from libstdc++ manual to Doxygen pages 2019-03-22 20:57:35 +00:00
test.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
test_policy_data_structures.xml Small markup changes to PBDS docs 2019-05-13 21:11:47 +01:00
using.xml Remove Profile Mode, deprecated since GCC 7.1 2019-05-13 11:50:21 +01:00
using_exceptions.xml
utilities.xml