Remove attribute use-retval from std::rotate
This commit is contained in:
parent
f50cd2330c
commit
2915376c4f
|
@ -7047,7 +7047,6 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
|||
</function>
|
||||
<!-- template <class ForwardIterator> ForwardIterator std::rotate (ForwardIterator first, ForwardIterator middle, ForwardIterator last); -->
|
||||
<function name="std::rotate">
|
||||
<use-retval/>
|
||||
<returnValue type="iterator" container="1"/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1" direction="in">
|
||||
|
|
Loading…
Reference in New Issue