libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
659 stars 286 forks source link

Fix ParameterProxy=ParameterProxy deep copy #3992

Closed roystgnr closed 2 weeks ago

roystgnr commented 2 weeks ago

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

moosebuild commented 2 weeks ago

Job Coverage, step Generate coverage on 1417f89 wanted to post the following:

Coverage

Coverage did not change

Full coverage report

This comment will be updated on new commits.