From ac21db83c9dbde2a8b4d8c45c86c42d997b88e83 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Mon, 10 Oct 2022 18:05:17 -0500 Subject: [NFC] Remove `cashew::` namespace from IString (#5126) As an NFC preliminary change that will minimize the diff in #5122, which moves IString to the wasm namespace. --- src/support/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/support') diff --git a/src/support/json.h b/src/support/json.h index be4a6c250..a145e1f6b 100644 --- a/src/support/json.h +++ b/src/support/json.h @@ -42,7 +42,7 @@ namespace json { -typedef cashew::IString IString; +using IString = cashew::IString; // Main value type struct Value { -- cgit v1.2.3