mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
add a few more parser unit test, disable clang12 workflow
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
}
|
||||
|
||||
bool field_exists(const std::string& field) {
|
||||
return header_index(field);
|
||||
return header_index(field).has_value();
|
||||
}
|
||||
|
||||
template <typename... Ts>
|
||||
|
||||
Reference in New Issue
Block a user