std.cfg: Tweaked std::distance return type, result can be negative.
This commit is contained in:
parent
4d526dcbf7
commit
e09e393503
|
@ -7181,7 +7181,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
<!-- template<class InputIterator> typename iterator_traits<InputIterator>::difference_type std::distance (InputIterator first, InputIterator last); -->
|
<!-- template<class InputIterator> typename iterator_traits<InputIterator>::difference_type std::distance (InputIterator first, InputIterator last); -->
|
||||||
<function name="std::distance">
|
<function name="std::distance">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<returnValue type="std::size_t"/>
|
<returnValue type="std::ssize_t"/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
|
Loading…
Reference in New Issue