diff --git a/include/ircd/json/tuple/at.h b/include/ircd/json/tuple/at.h index 5d4131087..f9b34b11b 100644 --- a/include/ircd/json/tuple/at.h +++ b/include/ircd/json/tuple/at.h @@ -29,7 +29,7 @@ at(const tuple &t) val(t) }; - if(!defined(json::value(ret))) + if(unlikely(!defined(json::value(ret)))) throw not_found { "%s", key(t) @@ -53,7 +53,7 @@ at(tuple &t) val(t) }; - if(!defined(json::value(ret))) + if(unlikely(!defined(json::value(ret)))) throw not_found { "%s", key(t)