mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
resolve comment
This commit is contained in:
parent
1114f8b7a6
commit
7d28f8bc4b
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ namespace CalculatorApp::ViewModel::DataLoaders
|
||||||
assert(false && "not implemented.");
|
assert(false && "not implemented.");
|
||||||
}
|
}
|
||||||
|
|
||||||
T&& await_resume() noexcept
|
T await_resume() noexcept
|
||||||
{
|
{
|
||||||
return std::forward<T>(Value);
|
return std::move(Value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue