Closed roystgnr closed 2 weeks ago
We weren't returning *this, and we were trying to use an accessor that only exists for ConstParameterProxy.
*this
This fixes compilation with clang++ 19 for me. Thanks to yurivict for catching that.
This should fix #3991
Job Coverage, step Generate coverage on 1417f89 wanted to post the following:
Coverage did not change
Full coverage report
This comment will be updated on new commits.
We weren't returning
*this
, and we were trying to use an accessor that only exists for ConstParameterProxy.This fixes compilation with clang++ 19 for me. Thanks to yurivict for catching that.
This should fix #3991