From 1211a3ab30eb5cfbf1cb5b910eefb8d64dcb2107 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 7 Nov 2016 09:10:48 -0800 Subject: 3643 Standardize on calling literate waypoints "Special-cases" rather than "Cases". Invariably there's a default path already present. --- 055shape_shifting_container.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '055shape_shifting_container.cc') diff --git a/055shape_shifting_container.cc b/055shape_shifting_container.cc index 5d70238c..707ac125 100644 --- a/055shape_shifting_container.cc +++ b/055shape_shifting_container.cc @@ -490,7 +490,7 @@ def main [ //: offsets containing addresses for containers and exclusive containers -- //: that we need to teach about type ingredients. -:(before "End compute_container_sizes Non-atom Cases") +:(before "End compute_container_sizes Non-atom Special-cases") const type_tree* root = root_type(type); type_info& info = get(Type, root->value); if (info.kind == CONTAINER) { @@ -550,7 +550,7 @@ void test_container_sizes_recursive_shape_shifting_container() { CHECK_EQ(r2.metadata.size, 2); } -:(before "End compute_container_address_offsets Non-atom Cases") +:(before "End compute_container_address_offsets Non-atom Special-cases") const type_tree* root = root_type(type); type_info& info = get(Type, root->value); if (info.kind == CONTAINER) { -- cgit 1.4.1-2-gfad0