🚨 fixed some more clang-tidy warnings
This commit is contained in:
parent
858e75c4df
commit
3abb788139
6 changed files with 102 additions and 122 deletions
|
@ -201,12 +201,9 @@ class parser
|
|||
m_lexer.get_token_string(),
|
||||
parse_error::create(101, m_lexer.get_position(), exception_message(token_type::value_string)));
|
||||
}
|
||||
else
|
||||
if (JSON_UNLIKELY(not sax->key(m_lexer.get_string())))
|
||||
{
|
||||
if (JSON_UNLIKELY(not sax->key(m_lexer.get_string())))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// parse separator (:)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue