1、问题:'make_unique' is not a member of 'std'
解决方法:
g++ -std=c++14 your_code.cpp -o your_program 或 g++ -std=c++17 your_code.cpp -o your_program