Skip to content

Commit 85460c8

Browse files
author
p12
committed
Index: add std::bad_array_length
1 parent de1a49a commit 85460c8

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
@@ -637,6 +637,11 @@
637637
<constructor/>
638638
</class>
639639

640+
<class name="std::bad_array_length" link="cpp/memory/new/bad_array_length" since="c++14">
641+
<inherits name="std::bad_alloc"/>
642+
<constructor link="."/>
643+
</class>
644+
640645
<class name="std::nothrow_t" link="cpp/memory/new/nothrow_t"/>
641646
<typedef name="std::new_handler" link="cpp/memory/new/new_handler"/>
642647

0 commit comments

Comments
 (0)