summaryrefslogtreecommitdiff
path: root/src/support
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-10-10 18:05:17 -0500
committerGitHub <noreply@github.com>2022-10-10 16:05:17 -0700
commitac21db83c9dbde2a8b4d8c45c86c42d997b88e83 (patch)
tree58b00e39fd4274df81b1a1b849a7852e1c213ad8 /src/support
parent2f722471e55b3bc7c013763d6dc9043fba7317d8 (diff)
downloadbinaryen-ac21db83c9dbde2a8b4d8c45c86c42d997b88e83.tar.gz
binaryen-ac21db83c9dbde2a8b4d8c45c86c42d997b88e83.tar.bz2
binaryen-ac21db83c9dbde2a8b4d8c45c86c42d997b88e83.zip
[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.
Diffstat (limited to 'src/support')
-rw-r--r--src/support/json.h2
1 files changed, 1 insertions, 1 deletions
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 {