Skip to content

Commit 06de56c

Browse files
authored
Merge pull request p12tic#107 from cpplearner/patch-10
Index: delete removed names
2 parents cad8d06 + be17705 commit 06de56c

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

index-functions-cpp.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,36 +2697,12 @@
26972697
<function name="std::as_const" link="cpp/utility/as_const" since="c++17"/>
26982698
<function name="std::launder" link="cpp/utility/launder" since="c++17"/>
26992699

2700-
<class name="std::weak_equality" link="cpp/utility/compare/weak_equality" since="c++20">
2701-
<const name="equivalent" link="."/>
2702-
<const name="nonequivalent" link="."/>
2703-
2704-
<overload name="operator==" link="."/>
2705-
<overload name="operator!=" link="."/>
2706-
<overload name="operator&lt;=&gt;" link="."/>
2707-
</class>
2708-
2709-
<class name="std::strong_equality" link="cpp/utility/compare/strong_equality" since="c++20">
2710-
<const name="equivalent" link="."/>
2711-
<const name="equal" link="."/>
2712-
<const name="nonequivalent" link="."/>
2713-
<const name="nonequal" link="."/>
2714-
2715-
<function name="operator weak_equality" link="."/>
2716-
2717-
<overload name="operator==" link="."/>
2718-
<overload name="operator!=" link="."/>
2719-
<overload name="operator&lt;=&gt;" link="."/>
2720-
</class>
2721-
27222700
<class name="std::partial_ordering" link="cpp/utility/compare/partial_ordering" since="c++20">
27232701
<const name="less" link="."/>
27242702
<const name="equivalent" link="."/>
27252703
<const name="greater" link="."/>
27262704
<const name="unordered" link="."/>
27272705

2728-
<function name="operator weak_equality" link="."/>
2729-
27302706
<overload name="operator==" link="."/>
27312707
<overload name="operator!=" link="."/>
27322708
<overload name="operator&lt;" link="."/>
@@ -2741,7 +2717,6 @@
27412717
<const name="equivalent" link="."/>
27422718
<const name="greater" link="."/>
27432719

2744-
<function name="operator weak_equality" link="."/>
27452720
<function name="operator partial_ordering" link="."/>
27462721

27472722
<overload name="operator==" link="."/>
@@ -2759,8 +2734,6 @@
27592734
<const name="equal" link="."/>
27602735
<const name="greater" link="."/>
27612736

2762-
<function name="operator strong_equality" link="."/>
2763-
<function name="operator weak_equality" link="."/>
27642737
<function name="operator partial_ordering" link="."/>
27652738
<function name="operator weak_ordering" link="."/>
27662739

@@ -2786,8 +2759,6 @@
27862759
<function name="std::strong_order" link="cpp/utility/compare/strong_order" since="c++20"/>
27872760
<function name="std::weak_order" link="cpp/utility/compare/weak_order" since="c++20"/>
27882761
<function name="std::partial_order" link="cpp/utility/compare/partial_order" since="c++20"/>
2789-
<function name="std::strong_equal" link="cpp/utility/compare/strong_equal" since="c++20"/>
2790-
<function name="std::weak_equal" link="cpp/utility/compare/weak_equal" since="c++20"/>
27912762

27922763
<function name="std::rel_ops::operator!=" link="cpp/utility/rel_ops/operator_cmp"/>
27932764
<function name="std::rel_ops::operator&gt;" link="cpp/utility/rel_ops/operator_cmp"/>
@@ -3955,14 +3926,8 @@
39553926
<function name="last"/>
39563927
<function name="subspan"/>
39573928

3958-
<overload name="std::begin" link="begin_end_nonmem"/>
3959-
<overload name="std::end" link="begin_end_nonmem"/>
39603929
<overload name="std::as_bytes" link="as_bytes"/>
39613930
<overload name="std::as_writable_bytes" link="as_bytes"/>
3962-
<overload name="std::get" link="get"/>
3963-
3964-
<specialization name="std::tuple_size" link="tuple_size"/>
3965-
<specialization name="std::tuple_element" link="tuple_element"/>
39663931
</class>
39673932
<const name="std::dynamic_extent" link="cpp/container/span/dynamic_extent" since="c++20"/>
39683933

0 commit comments

Comments
 (0)