From c55e49b6374656099566fd22f39328c2da75b044 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 15 Nov 2015 12:35:59 -0800 Subject: 2445 - dispatch between shape-shifting variants Starting to leave debug prints around once again, just in case one of them is worth promoting to the trace.. --- 058shape_shifting_container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '058shape_shifting_container.cc') diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc index 1f0acab9..02042ac2 100644 --- a/058shape_shifting_container.cc +++ b/058shape_shifting_container.cc @@ -97,7 +97,7 @@ long long int size_of_type_ingredient(const type_tree* element_template, const t assert(!curr->left); // unimplemented if (!contains_key(Type, curr->value)) { // temporarily while we're still ironing out kinks; eventually replace with a raise_error - DUMP(""); +//? DUMP(""); cerr << "missing type " << debug_string(curr) << '\n'; exit(0); } -- cgit 1.4.1-2-gfad0