码迷,mamicode.com
首页 > 编程语言 > 详细

C++ 编译出现的错误

时间:2021-02-10 13:04:35      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:type   object   har   basic   c++   问题   str   cannot   位置   

第一种

cannot pass objects of non-trivially-copyable type ‘std::string {aka class std::basic_string<char>}
  • 1、能看到出现的问题在于 string;
  • 2、然后发现是在日志打印位置。
    基本可以确定是由于string没有通过 c_str() 导致的。

C++ 编译出现的错误

标签:type   object   har   basic   c++   问题   str   cannot   位置   

原文地址:https://www.cnblogs.com/xiaohaigegede/p/14393597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!