Age | Commit message (Collapse) | Author |
|
This was pointed out by Clang-Tidy and should avoid an allocation.
|
|
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
|
|
Had a look over this with a fresh head and noticed I was comparing the
current lexer position to the quote character, oops!
|
|
This will be used by XHR to extract the Content-Type MIME type to
retrieve the charset.
|