no match for ‘operator=’ (operand types are ‘std::shared_ptr’ and ‘std::unique_ptr’
在有一部分平台编译时,返回值是unique_ptr,接收的是shared_ptr是可以编译使用的,但是在一个arm64的平台上直接编译报错,改为统一类型就可以了。