From 8aae789b82237f5df3ec1c4eba7278740b2bf51e Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 13 Sep 2018 17:50:53 +0200 Subject: [PATCH] ChainSearch: test case to scrutinise chained filter reconfiguration ...and TADAA ... there we get an insidious bug: we capture *this by reference into the expansion functor, and then we move *this away, out from the builder into the target.... --- tests/library/iter-chain-search-test.cpp | 12 ++++++++++++ wiki/thinkPad.ichthyo.mm | 16 ++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/tests/library/iter-chain-search-test.cpp b/tests/library/iter-chain-search-test.cpp index a62b165b6..f8cca854a 100644 --- a/tests/library/iter-chain-search-test.cpp +++ b/tests/library/iter-chain-search-test.cpp @@ -152,6 +152,18 @@ namespace test{ .search([](string const& str){ return startsWith (str, "s"); }); ///////////////////////////////////////////////////TODO WIP cout << materialise (search) < + + + + + + + + + + + + @@ -32163,7 +32175,7 @@ - + @@ -32175,7 +32187,7 @@ - +