std.cfg: Added support for std::array::at()
This commit is contained in:
parent
d36c4fc365
commit
59f07cd923
|
@ -7856,7 +7856,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
</function>
|
</function>
|
||||||
<!-- T& std::deque::at( size_type pos ); -->
|
<!-- T& std::deque::at( size_type pos ); -->
|
||||||
<!-- const T& std::deque::at( size_type pos ) const; -->
|
<!-- const T& std::deque::at( size_type pos ) const; -->
|
||||||
<function name="std::deque::at">
|
<function name="std::deque::at,std::array::at">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue