Major breaking changes
This commit is contained in:
@@ -181,12 +181,18 @@ public:
|
||||
{
|
||||
mNotifyCallback(*value);
|
||||
}
|
||||
|
||||
}
|
||||
virtual bool is_required(void) const
|
||||
{
|
||||
return mIsRequired;
|
||||
}
|
||||
|
||||
virtual bool is_required(void) const
|
||||
{
|
||||
return mIsRequired;
|
||||
}
|
||||
|
||||
virtual bool adjacent_tokens_only() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected:
|
||||
void xparse(boost::any& value_store,
|
||||
const std::vector<std::string>& new_tokens) const
|
||||
|
||||
Reference in New Issue
Block a user