ParseContext.hpp: remove default values for parameters
This commit is contained in:
parent
6312bf1189
commit
6397d5c262
@ -94,8 +94,8 @@ class KeywordLocation;
|
||||
void handleError( const std::string& errorKey, const std::string& msg, const std::optional<KeywordLocation>& location, ErrorGuard& errors) const;
|
||||
void handleUnknownKeyword(const std::string& keyword, const std::optional<KeywordLocation>& location, ErrorGuard& errors) const;
|
||||
bool hasKey(const std::string& key) const;
|
||||
ParseContext withKey(const std::string& key, InputErrorAction action = InputErrorAction::WARN) const;
|
||||
ParseContext& withKey(const std::string& key, InputErrorAction action = InputErrorAction::WARN);
|
||||
ParseContext withKey(const std::string& key, InputErrorAction action) const;
|
||||
ParseContext& withKey(const std::string& key, InputErrorAction action);
|
||||
void updateKey(const std::string& key , InputErrorAction action);
|
||||
void update(InputErrorAction action);
|
||||
void update(const std::string& keyString , InputErrorAction action);
|
||||
|
Loading…
Reference in New Issue
Block a user