mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.docs
git-svn-id: svn://ultimatepp.org/upp/trunk@13592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b442c6fee1
commit
aab359bef2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ void CoLoopTutorial()
|
|||
|
||||
double sum = 0;
|
||||
|
||||
std::atomic<int> ii = 0;
|
||||
std::atomic<int> ii(0);
|
||||
|
||||
CoDo([&] {
|
||||
double m = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue