summaryrefslogtreecommitdiff
path: root/Libraries/LibC/strings.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-07-04 13:54:37 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-07-04 13:54:37 +0200
commit57da8792fd51f8417a45675ff83dd8432a999bdc (patch)
treee4d60adfd3d2f84f96bf615a9099b5795175ca78 /Libraries/LibC/strings.h
parent1791ebaacdcb4d10c8bb4df523142db8cc39951d (diff)
downloadserenity-57da8792fd51f8417a45675ff83dd8432a999bdc.zip
Vector: Simplify functions that take both T&& and const T&.
We can implement foo(const T&) by invoking foo(T&&) with a temporary T.
Diffstat (limited to 'Libraries/LibC/strings.h')
0 files changed, 0 insertions, 0 deletions