Skip to content

aco: Fix accidental copies, attempt two

James Park requested to merge jpark37/mesa:aco-copy-fix into master

Use collection typedef to avoid mistyping the constness of the pair key, which triggers implicit conversions rather than compilation errors.

Merge request reports