您的位置:首页 > 移动开发 > Objective-C

Item 17: Store newed objects in smart pointers in standalone statements.(Effective C++)

2011-03-23 21:52 387 查看
Store newed objects in smart pointers in standalone statements. Failure to do this can lead to subtle resource leaks when exceptions are thrown.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐