Skip to content

Fix build with g++11

David Redondo requested to merge work/fixbuild into master

Fix build with g++11

I believe this fails to build on this compiler due to applying pipes to rvalues was added after c++20 but enabled by later compilers even in c++20 mode.

Merge request reports

Loading