Commit 37bbc1c3 by Tobias Fuchs

Merge branch 'embb390_algorithms' of github.com:siemens/embb into embb390_algorithms

parents e9ad6754 d345ef57
......@@ -205,7 +205,7 @@ void ForEachTest::TestPolicy() {
for (size_t i = 0; i < count; i++) {
PT_EXPECT_EQ(vector[i], init[i]*init[i]);
}
vector = init;
ForEach(vector.begin(), vector.end(), Square(), ExecutionPolicy(true, 1));
for (size_t i = 0; i < count; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment