Closed hugtalbot closed 2 months ago
This PR replaces this->d_componentState.getValue() == ComponentState::Valid with this->isComponentStateValid() Removes location where it should managed through delegation mechanism
this->d_componentState.getValue() == ComponentState::Valid
this->isComponentStateValid()
Closes #4921
By submitting this pull request, I acknowledge that I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if
[ci-build][with-all-tests]
This PR replaces
this->d_componentState.getValue() == ComponentState::Valid
withthis->isComponentStateValid()
Removes location where it should managed through delegation mechanismCloses #4921
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if