From b765d1f9a5e7ce31fb1ac1f905f2529b0b99835d Mon Sep 17 00:00:00 2001 From: Vivek Chaudhary <81643632+Venerablevivek@users.noreply.github.com> Date: Mon, 11 Apr 2022 22:47:09 +0530 Subject: [PATCH] Update Calculator History.cpp I have add some comments in the code. So, that it looks clearly understandable to new viewers. --- src/CalcManager/CalculatorHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalcManager/CalculatorHistory.cpp b/src/CalcManager/CalculatorHistory.cpp index c40d2299..d93efc2d 100644 --- a/src/CalcManager/CalculatorHistory.cpp +++ b/src/CalcManager/CalculatorHistory.cpp @@ -8,7 +8,7 @@ using namespace std; using namespace CalculationManager; namespace -{ +{ //Following Function is going to check, either the expression had executed already or not. static wstring GetGeneratedExpression(const vector>& tokens) { wstring expression;