6d92f7109f
This function creates a new object on the stack, and was returning it as a reference. This would trigger Clang 12's `-Wreturn-stack-address` warning, and cause the build to fail. This fixes builds with clang 12, so it closes #591