Skip to content

SysListDumperAlg, fix clang10 compilation error: decltype(auto) cannot be combined with other type specifiers

SysListDumperAlg, fix clang compilation error: decltype(auto) cannot be combined with other type specifiers

Mentiong @krumnack

there were 2 solution drop the const (let decltype "perfect forward) or change to const auto& we go with the 2nd here.

Edited by Christos Anastopoulos

Merge request reports