mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -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;
|
using namespace CalculationManager;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{ //Following Function is going to check, either the expression had executed already or not.
|
||||||
static wstring GetGeneratedExpression(const vector<pair<wstring, int>>& tokens)
|
static wstring GetGeneratedExpression(const vector<pair<wstring, int>>& tokens)
|
||||||
{
|
{
|
||||||
wstring expression;
|
wstring expression;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue