Fix build with g++11
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.
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.