replace boost_foreach

This commit is contained in:
Michel van Kessel
2020-12-28 17:28:05 +01:00
parent b9345ac0f3
commit 83b546163b
47 changed files with 394 additions and 360 deletions

View File

@@ -159,7 +159,7 @@ BOOST_AUTO_TEST_CASE(coins_cache_simulation_test)
missed_an_entry = true;
}
}
BOOST_FOREACH(const CCoinsViewCacheTest *test, stack) {
for(const CCoinsViewCacheTest *test: stack) {
test->SelfTest();
}
}