[Webkit-unassigned] [Bug 215002] New: It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 19:19:26 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215002

            Bug ID: 215002
           Summary: It would be nice if the predicate taking functions in
                    ParsingUtilities.h didn't require specifying the
                    character type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

It would be nice if the predicate taking functions in ParsingUtilities.h didn't require specifying the character type. For example, instead of typing:

     skipUntil<CharacterType, isASCII>(buffer);

it would be nicer if we could write:

     skipUntil<isASCII>(buffer);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200731/9936903c/attachment-0001.htm>


More information about the webkit-unassigned mailing list