From 84399aa407992a9c98c333eca95b1313deb38fce Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 15 Sep 2018 22:40:58 +0200 Subject: [PATCH] ChainSearch: verify proper interplay of two dynamic search conditions --- tests/library/iter-chain-search-test.cpp | 50 ++++++++++++++---------- wiki/thinkPad.ichthyo.mm | 10 ++--- 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/tests/library/iter-chain-search-test.cpp b/tests/library/iter-chain-search-test.cpp index 8d30fed75..a42cb8d5a 100644 --- a/tests/library/iter-chain-search-test.cpp +++ b/tests/library/iter-chain-search-test.cpp @@ -68,7 +68,15 @@ namespace test{ ,"spam" }; - } // (END)fixture + + /** Diagnostic helper: join all the elements from a _copy_ of the iterator */ + template + inline string + materialise (II&& ii) + { + return util::join (std::forward (ii), "-"); + } + }// (END)fixture @@ -77,14 +85,6 @@ namespace test{ cout << "typeof( " << STRINGIFY(_TY_) << " )= " << lib::meta::typeStr<_TY_>() < - + @@ -32345,12 +32345,12 @@ - + - + @@ -32464,8 +32464,8 @@ - - + +