场景:

  无法从“重载函数类型”为“const std::_Tree<_Traits> &”推导 <未知> 参数

原因:

  用到string类型,但是没有包含头文件。

 

解决方法:

  #include<string>

 

相关文章:

  • 2022-12-23
  • 2021-06-04
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案