Skip to content

Commit

Permalink
Update std.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored May 2, 2024
1 parent ed5b889 commit 3028155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5120,7 +5120,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- char* strstr(const char *s1, const char *s2); -->
<function name="strstr,std::strstr">
<const/>
<pure/>
<use-retval/>
<returnValue type="char *"/>
<noreturn>false</noreturn>
Expand Down Expand Up @@ -8132,6 +8132,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<!-- template< class T1, class T2 > std::pair<V1,V2> make_pair( T1&& t, T2&& u ); // since C++11 until C++14 -->
<!-- template< class T1, class T2 > constexpr std::pair<V1,V2> make_pair( T1&& t, T2&& u ); // since C++14 -->
<function name="std::make_pair">
<pure/>
<noreturn>false</noreturn>
<use-retval/>
<arg nr="1"/>
Expand Down

0 comments on commit 3028155

Please sign in to comment.