commit 5177d2b4ef1792be9119d66177a89ae2dfde1389 parent b107062d2128c8ff8c4e26bcb12189317b79d00d Author: André Bargull <andre.bargull@gmail.com> Date: Tue, 7 Oct 2025 07:00:51 +0000 Bug 1992069: Remove whitespace in literal operator declaration. r=glandium Upstream report: <https://github.com/Linaro/vixl/issues/135>. Differential Revision: https://phabricator.services.mozilla.com/D267562 Diffstat:
| M | js/src/jit/arm64/vixl/Utils-vixl.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/src/jit/arm64/vixl/Utils-vixl.h b/js/src/jit/arm64/vixl/Utils-vixl.h @@ -1478,7 +1478,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