Pull Request №684 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/metric-value-default-members
Merge: b8e64ecdc0338b77c231760f7f9bdcd4d500a240←e91f32a5c7a39c47bdcdb878354f61481e280532
Default MetricValue special members
----------------
Merge commit message:
Fix -Werror=unused-parameter on defaulted MetricValue copy constructor
CI build (gcc with -Werror=unused-parameter) flagged the named parameter
on the defaulted copy constructor as unused. Drop the name; the defaulted
body still copies the source.