We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dc6db commit 8219f2fCopy full SHA for 8219f2f
src/workerd/jsg/url.h
@@ -372,4 +372,4 @@ class UrlPattern final {
372
373
// Append _url to a string literal to create a parsed URL. An assert will be triggered
374
// if the value cannot be parsed successfully.
375
-const workerd::jsg::Url operator"" _url(const char* str, size_t size) KJ_WARN_UNUSED_RESULT;
+const workerd::jsg::Url operator""_url(const char* str, size_t size) KJ_WARN_UNUSED_RESULT;
0 commit comments