Skip to content

Commit 96ae9e3

Browse files
committed
Index: Add C++20 memory changes
1 parent 4d3a0e9 commit 96ae9e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index-functions-cpp.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,9 @@
969969

970970
<class name="std::uses_allocator" link="cpp/memory/uses_allocator"/>
971971
<variable name="std::uses_allocator_v" link="cpp/memory/uses_allocator" since="c++17"/>
972+
<function name="std::uses_allocator_construction_args" link="cpp/memory/uses_allocator_construction_args" since="c++20"/>
973+
<function name="std::make_obj_using_allocator" link="cpp/memory/make_obj_using_allocator" since="c++20"/>
974+
<function name="std::uninitialized_construct_using_allocator" link="cpp/memory/uninitialized_construct_using_allocator" since="c++20"/>
972975

973976
<class name="std::scoped_allocator_adaptor" link="cpp/memory/scoped_allocator_adaptor">
974977
<constructor/>
@@ -1221,8 +1224,10 @@
12211224
<function name="pointer_to"/>
12221225
</class>
12231226

1227+
<function name="std::to_address" link="cpp/memory/to_address" since="c++20"/>
12241228
<function name="std::addressof" link="cpp/memory/addressof"/>
12251229
<function name="std::align" link="cpp/memory/align"/>
1230+
<function name="std::assume_aligned" link="cpp/memory/assume_aligned" since="c++20"/>
12261231

12271232
<function name="std::malloc" link="cpp/memory/c/malloc"/>
12281233
<function name="std::aligned_alloc" link="cpp/memory/c/aligned_alloc" since="c++11"/>

0 commit comments

Comments
 (0)