From b56064194e6fdd1e6a27d3ca6f39aec1378f84bc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 10 Jun 2016 22:05:04 -0700 Subject: 3043 --- 055shape_shifting_container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '055shape_shifting_container.cc') diff --git a/055shape_shifting_container.cc b/055shape_shifting_container.cc index 13a3c287..8bca9dd3 100644 --- a/055shape_shifting_container.cc +++ b/055shape_shifting_container.cc @@ -253,7 +253,7 @@ replace_type_ingredients(element, type, info); replace_type_ingredients(element, type, info); :(before "Compute Container Address Offset(element)") replace_type_ingredients(element, type, info); -if (contains_type_ingredient(element)) return true; // error raised elsewhere +if (contains_type_ingredient(element)) return; // error raised elsewhere :(code) void replace_type_ingredients(reagent& element, const type_tree* caller_type, const type_info& info) { -- cgit 1.4.1-2-gfad0