Microsoft/calculator

Update Calculator engine’s use of smart pointers

Open

#61 geöffnet am 27. Feb. 2019

Auf GitHub ansehen
 (20 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2.422 Forks)batch import
Pri: 2approvedcodebase qualityhelp wanted

Repository-Metriken

Stars
 (16.196 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 15h 43m) (7 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide