GCC warns about redundant std::move while clang warns when they are missing, so we silence the less harmful one
7.7 KiB
7.7 KiB
GCC warns about redundant std::move while clang warns when they are missing, so we silence the less harmful one