Skip to content

Commit be17705

Browse files
authored
Index: delete removed names
1 parent ef0aa2e commit be17705

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
@@ -2213,36 +2213,12 @@
22132213
<function name="std::as_const" link="cpp/utility/as_const" since="c++17"/>
22142214
<function name="std::launder" link="cpp/utility/launder" since="c++17"/>
22152215

2216-
<class name="std::weak_equality" link="cpp/utility/compare/weak_equality" since="c++20">
2217-
<const name="equivalent" link="."/>
2218-
<const name="nonequivalent" link="."/>
2219-
2220-
<overload name="operator==" link="."/>
2221-
<overload name="operator!=" link="."/>
2222-
<overload name="operator&lt;=&gt;" link="."/>
2223-
</class>
2224-
2225-
<class name="std::strong_equality" link="cpp/utility/compare/strong_equality" since="c++20">
2226-
<const name="equivalent" link="."/>
2227-
<const name="equal" link="."/>
2228-
<const name="nonequivalent" link="."/>
2229-
<const name="nonequal" link="."/>
2230-
2231-
<function name="operator weak_equality" link="."/>
2232-
2233-
<overload name="operator==" link="."/>
2234-
<overload name="operator!=" link="."/>
2235-
<overload name="operator&lt;=&gt;" link="."/>
2236-
</class>
2237-
22382216
<class name="std::partial_ordering" link="cpp/utility/compare/partial_ordering" since="c++20">
22392217
<const name="less" link="."/>
22402218
<const name="equivalent" link="."/>
22412219
<const name="greater" link="."/>
22422220
<const name="unordered" link="."/>
22432221

2244-
<function name="operator weak_equality" link="."/>
2245-
22462222
<overload name="operator==" link="."/>
22472223
<overload name="operator!=" link="."/>
22482224
<overload name="operator&lt;" link="."/>
@@ -2257,7 +2233,6 @@
22572233
<const name="equivalent" link="."/>
22582234
<const name="greater" link="."/>
22592235

2260-
<function name="operator weak_equality" link="."/>
22612236
<function name="operator partial_ordering" link="."/>
22622237

22632238
<overload name="operator==" link="."/>
@@ -2275,8 +2250,6 @@
22752250
<const name="equal" link="."/>
22762251
<const name="greater" link="."/>
22772252

2278-
<function name="operator strong_equality" link="."/>
2279-
<function name="operator weak_equality" link="."/>
22802253
<function name="operator partial_ordering" link="."/>
22812254
<function name="operator weak_ordering" link="."/>
22822255

@@ -2302,8 +2275,6 @@
23022275
<function name="std::strong_order" link="cpp/utility/compare/strong_order" since="c++20"/>
23032276
<function name="std::weak_order" link="cpp/utility/compare/weak_order" since="c++20"/>
23042277
<function name="std::partial_order" link="cpp/utility/compare/partial_order" since="c++20"/>
2305-
<function name="std::strong_equal" link="cpp/utility/compare/strong_equal" since="c++20"/>
2306-
<function name="std::weak_equal" link="cpp/utility/compare/weak_equal" since="c++20"/>
23072278

23082279
<function name="std::rel_ops::operator!=" link="cpp/utility/rel_ops/operator_cmp"/>
23092280
<function name="std::rel_ops::operator&gt;" link="cpp/utility/rel_ops/operator_cmp"/>
@@ -3471,14 +3442,8 @@
34713442
<function name="last"/>
34723443
<function name="subspan"/>
34733444

3474-
<overload name="std::begin" link="begin_end_nonmem"/>
3475-
<overload name="std::end" link="begin_end_nonmem"/>
34763445
<overload name="std::as_bytes" link="as_bytes"/>
34773446
<overload name="std::as_writable_bytes" link="as_bytes"/>
3478-
<overload name="std::get" link="get"/>
3479-
3480-
<specialization name="std::tuple_size" link="tuple_size"/>
3481-
<specialization name="std::tuple_element" link="tuple_element"/>
34823447
</class>
34833448
<const name="std::dynamic_extent" link="cpp/container/span/dynamic_extent" since="c++20"/>
34843449

0 commit comments

Comments
 (0)