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 Jul 15, 2024
1 parent 076f647 commit afd602d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8998,6 +8998,12 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<check>std::filesystem::filesystem_error</check>
<check>std::bad_variant_access</check>
<check>std::span</check>
<check>std::stringstream</check>
<check>std::wstringstream</check>
<check>std::istringstream</check>
<check>std::wistringstream</check>
<check>std::ostringstream</check>
<check>std::wostringstream</check>
</unusedvar>
<operatorEqVarError>
<suppress>std::mutex</suppress>
Expand Down

0 comments on commit afd602d

Please sign in to comment.