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 6, 2024
1 parent 60e4e71 commit eef3f06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,6 @@
</function>
<!-- clock_t clock(void); -->
<function name="clock">
<pure/>
<use-retval/>
<returnValue type="clock_t"/>
<noreturn>false</noreturn>
Expand Down Expand Up @@ -1609,7 +1608,6 @@
</function>
<!-- int feof(FILE *stream); -->
<function name="feof,std::feof">
<pure/>
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>
Expand Down Expand Up @@ -8605,7 +8603,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<!-- bool std::map::contains( const Key& key ) const; // since C++20 -->
<!-- template< class K > bool std::map::contains( const K& x ) const; // since C++20 -->
<function name="std::map::contains">
<pure/>
<const/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
Expand Down

0 comments on commit eef3f06

Please sign in to comment.