Skip to content

aco: fix compilation issues

Rhys Perry requested to merge pendingchaos/mesa:aco_f_string into master

f-strings require Python 3.6 but 3.5 is still maintained and used.

static_assert without a message requires C++17 and newer

Edited by Rhys Perry

Merge request reports