git-svn-id: svn://ultimatepp.org/upp/trunk@13592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-09-08 20:07:58 +00:00
parent b442c6fee1
commit aab359bef2

View file

@ -17,7 +17,7 @@ void CoLoopTutorial()
double sum = 0;
std::atomic<int> ii = 0;
std::atomic<int> ii(0);
CoDo([&] {
double m = 0;