From 97eb971b7574b3f283d7111a567a301faec9912d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 27 Dec 2016 22:20:43 -0800 Subject: 3725 More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere. --- html/031merge.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/031merge.cc.html') diff --git a/html/031merge.cc.html b/html/031merge.cc.html index f6b3bb4e..158f4f93 100644 --- a/html/031merge.cc.html +++ b/html/031merge.cc.html @@ -223,7 +223,7 @@ if ('onhashchange' in window) { 160 // degenerate case: merge with the same type always succeeds 161 if (state.data.top().container_element_index == 0 && types_coercible(container, inst.ingredients.at(ingredient_index))) 162 return; -163 const reagent& expected_ingredient = element_type(container.type, state.data.top().container_element_index); +163 const reagent& expected_ingredient = element_type(container.type, state.data.top().container_element_index); 164 trace(9999, "transform") << "checking container " << to_string(container) << " || " << to_string(expected_ingredient) << " vs ingredient " << ingredient_index << end(); 165 // if the current element is the ingredient we expect, move on to the next element/ingredient 166 if (types_coercible(expected_ingredient, ingredients.at(ingredient_index))) { -- cgit 1.4.1-2-gfad0