您当前的位置: 首页 >  ar

txwtech

暂无认证

  • 2浏览

    0关注

    813博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

vs2015打开vs2013项目c2338“C++ Standard forbids containers of const elements

txwtech 发布时间:2021-03-08 16:37:59 ,浏览量:2

"The C++ Standard forbids containers of const elements "         "because allocator is ill-formed.");

代码查找C2535 vector里面的定义,然后把vector模板里面的const去掉。

因为在STL容器模板中使用了const,在C++11的标准里,这是禁止的!而老版本的Visual Studio并没有这么严格,所以一般可以编译过

 

关注
打赏
1665060526
查看更多评论
立即登录/注册

微信扫码登录

0.1321s