Added fix for gcc.
This commit is contained in:
parent
e6ddad5960
commit
188165bc4d
@ -358,7 +358,7 @@ void Domain::checkConsistency()
|
||||
const auto acceptType =
|
||||
[&](const auto *type)
|
||||
{
|
||||
return ((type == nullptr) != hasRequirement(Requirement::Type::Typing));
|
||||
return ((type == nullptr) != this->hasRequirement(Requirement::Type::Typing));
|
||||
};
|
||||
|
||||
std::for_each(m_constants.cbegin(), m_constants.cend(),
|
||||
|
Reference in New Issue
Block a user