* doc/xml/manual/status_cxx2020.xml: Update status for P0122R7 and P1024R3. Remove entry for P0920R2. * include/std/span (__cpp_lib_span): Change value. (__extent_storage, __extent_storage<dynamic_extent>): Remove default constructor. (span): Replace __extent_storage base class with data member. (span::_S_subspan_extent): New function. (span::empty()): Add nodiscard attribute. (span::front, span::back, span::operator[]): Check preconditions. (span::first, span::last, span::subspan): Add noexcept. Improve precondition checks (LWG 3103). (get): Remove redundant condition from static_assert. (tuple_element<I, span<T, E>>): Fix static_assert message and simplify. (as_writable_bytes): Add inline specifier. * include/std/version (__cpp_lib_span): Change value. * testsuite/23_containers/span/back_neg.cc: Remove stray semi-colon. * testsuite/23_containers/span/front_neg.cc: Likewise. * testsuite/23_containers/span/index_op_neg.cc: Likewise. * testsuite/23_containers/span/last_neg.cc: Improve test. * testsuite/23_containers/span/subspan_neg.cc: Likewise. * testsuite/23_containers/span/1.cc: New test. * testsuite/23_containers/span/2.cc: New test. * testsuite/23_containers/span/back_assert_neg.cc: New test. * testsuite/23_containers/span/first_2_assert_neg.cc: New test. * testsuite/23_containers/span/first_assert_neg.cc: New test. * testsuite/23_containers/span/first_neg.cc: New test. * testsuite/23_containers/span/front_assert_neg.cc: New test. * testsuite/23_containers/span/index_op_assert_neg.cc: New test. * testsuite/23_containers/span/last_2_assert_neg.cc: New test. * testsuite/23_containers/span/last_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_2_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_3_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_4_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_5_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_6_assert_neg.cc: New test. * testsuite/23_containers/span/subspan_assert_neg.cc: New test. From-SVN: r275411
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| abi.html | Loading commit data... | |
| algorithms.html | Loading commit data... | |
| api.html | Loading commit data... | |
| appendix.html | Loading commit data... | |
| appendix_contributing.html | Loading commit data... | |
| appendix_free.html | Loading commit data... | |
| appendix_gfdl.html | Loading commit data... | |
| appendix_gpl.html | Loading commit data... | |
| appendix_porting.html | Loading commit data... | |
| associative.html | Loading commit data... | |
| atomics.html | Loading commit data... | |
| backwards.html | Loading commit data... | |
| bitmap_allocator.html | Loading commit data... | |
| bitmap_allocator_impl.html | Loading commit data... | |
| bugs.html | Loading commit data... | |
| concept_checking.html | Loading commit data... | |
| concurrency.html | Loading commit data... | |
| configure.html | Loading commit data... | |
| containers.html | Loading commit data... | |
| containers_and_c.html | Loading commit data... | |
| debug.html | Loading commit data... | |
| debug_mode.html | Loading commit data... | |
| debug_mode_design.html | Loading commit data... | |
| debug_mode_semantics.html | Loading commit data... | |
| debug_mode_using.html | Loading commit data... | |
| diagnostics.html | Loading commit data... | |
| documentation_hacking.html | Loading commit data... | |
| dynamic_memory.html | Loading commit data... | |
| errno.html | Loading commit data... | |
| ext_algorithms.html | Loading commit data... | |
| ext_compile_checks.html | Loading commit data... | |
| ext_concurrency.html | Loading commit data... | |
| ext_concurrency_impl.html | Loading commit data... | |
| ext_concurrency_use.html | Loading commit data... | |
| ext_containers.html | Loading commit data... | |
| ext_demangling.html | Loading commit data... | |
| ext_io.html | Loading commit data... | |
| ext_iterators.html | Loading commit data... | |
| ext_numerics.html | Loading commit data... | |
| ext_preface.html | Loading commit data... | |
| ext_sgi.html | Loading commit data... | |
| ext_utilities.html | Loading commit data... | |
| extensions.html | Loading commit data... | |
| facets.html | Loading commit data... | |
| fstreams.html | Loading commit data... | |
| generalized_numeric_operations.html | Loading commit data... | |
| index.html | Loading commit data... | |
| internals.html | Loading commit data... | |
| intro.html | Loading commit data... | |
| io.html | Loading commit data... | |
| io_and_c.html | Loading commit data... | |
| iterators.html | Loading commit data... | |
| license.html | Loading commit data... | |
| localization.html | Loading commit data... | |
| make.html | Loading commit data... | |
| memory.html | Loading commit data... | |
| mt_allocator.html | Loading commit data... | |
| mt_allocator_design.html | Loading commit data... | |
| mt_allocator_ex_multi.html | Loading commit data... | |
| mt_allocator_ex_single.html | Loading commit data... | |
| mt_allocator_impl.html | Loading commit data... | |
| numerics.html | Loading commit data... | |
| numerics_and_c.html | Loading commit data... | |
| pairs.html | Loading commit data... | |
| parallel_mode.html | Loading commit data... | |
| parallel_mode_design.html | Loading commit data... | |
| parallel_mode_semantics.html | Loading commit data... | |
| parallel_mode_test.html | Loading commit data... | |
| parallel_mode_using.html | Loading commit data... | |
| policy_based_data_structures_test.html | Loading commit data... | |
| policy_data_structures.html | Loading commit data... | |
| policy_data_structures_ack.html | Loading commit data... | |
| policy_data_structures_design.html | Loading commit data... | |
| policy_data_structures_using.html | Loading commit data... | |
| profile_mode.html | Loading commit data... | |
| profile_mode_api.html | Loading commit data... | |
| profile_mode_cost_model.html | Loading commit data... | |
| profile_mode_design.html | Loading commit data... | |
| profile_mode_devel.html | Loading commit data... | |
| profile_mode_diagnostics.html | Loading commit data... | |
| profile_mode_impl.html | Loading commit data... | |
| setup.html | Loading commit data... | |
| source_code_style.html | Loading commit data... | |
| source_design_notes.html | Loading commit data... | |
| source_organization.html | Loading commit data... | |
| status.html | Loading commit data... | |
| std_contents.html | Loading commit data... | |
| streambufs.html | Loading commit data... | |
| strings.html | Loading commit data... | |
| stringstreams.html | Loading commit data... | |
| support.html | Loading commit data... | |
| termination.html | Loading commit data... | |
| test.html | Loading commit data... | |
| traits.html | Loading commit data... | |
| unordered_associative.html | Loading commit data... | |
| using.html | Loading commit data... | |
| using_concurrency.html | Loading commit data... | |
| using_dual_abi.html | Loading commit data... | |
| using_dynamic_or_shared.html | Loading commit data... | |
| using_exceptions.html | Loading commit data... | |
| using_headers.html | Loading commit data... | |
| using_macros.html | Loading commit data... | |
| using_namespaces.html | Loading commit data... | |
| utilities.html | Loading commit data... |