mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update Calculator History.cpp
I have add some comments in the code. So, that it looks clearly understandable to new viewers.
This commit is contained in:
parent
6a5b93cab6
commit
b765d1f9a5
1 changed files with 1 additions and 1 deletions
|
@ -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<pair<wstring, int>>& tokens)
|
||||
{
|
||||
wstring expression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue