Commits


Andy Maloney authored and GitHub committed df8494dc86e
fix: a clang warning [-Wshadow-field-in-constructor-modified] (#2780) * Fix a clang warning from [-Wshadow-field-in-constructor-modified] warning: modifying constructor parameter 'flag' that shadows a field of 'set_flag' [-Wshadow-field-in-constructor-modified] * Change name based on review