clover: std::result_of is deprecated in c++17 and removed in c++20

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12273>
This commit is contained in:
Jesse Natalie
2021-09-26 11:03:56 -07:00
committed by Marge Bot
parent 7371efdb3a
commit 38e36df7cb
3 changed files with 47 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ clover_files = files(
'util/adaptor.hpp',
'util/algebra.hpp',
'util/algorithm.hpp',
'util/compat.hpp',
'util/factor.hpp',
'util/functional.hpp',
'util/lazy.hpp',