aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils-vixl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils-vixl.h b/src/utils-vixl.h
index 53876869..9e05c7e6 100644
--- a/src/utils-vixl.h
+++ b/src/utils-vixl.h
@@ -1412,7 +1412,7 @@ constexpr uint32_t Hash(const char* str, uint32_t hash = 0) {
}
}
-constexpr uint32_t operator"" _h(const char* x, size_t) { return Hash(x); }
+constexpr uint32_t operator""_h(const char* x, size_t) { return Hash(x); }
} // namespace vixl