Microsoft/calculator

Update Calculator engine’s use of smart pointers

Open

#61 创建于 2019年2月27日

在 GitHub 查看
 (20 评论) (0 反应) (0 负责人)C++ (2,422 fork)batch import
Pri: 2approvedcodebase qualityhelp wanted

仓库指标

Star
 (16,196 star)
PR 合并指标
 (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)

描述

The Calculator engine allocates and frees its own memory which leads to issues such as double-frees that are hard to investigate. We should clean this code and switch to modern constructs such as smart_ptrs to eliminate these issues.

贡献者指南