From 1437d8417a4ab70646bafa41f64214f4c931300f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 15 Nov 2017 16:40:48 -0800 Subject: 4122 --- html/054static_dispatch.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/054static_dispatch.cc.html') diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 5d3cac06..a9e8e183 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -362,7 +362,7 @@ if ('onhashchange' in window) { 296 } 297 298 bool types_strictly_match_except_literal_against_address_or_boolean(const reagent& to, const reagent& from) { -299 if (is_literal(from) && is_mu_boolean(to)) +299 if (is_literal(from) && is_mu_boolean(to)) 300 ¦ return from.name == "0" || from.name == "1"; 301 // Match Literal Zero Against Address { 302 if (is_literal(from) && is_mu_address(to)) -- cgit 1.4.1-2-gfad0