diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-04 13:54:37 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-04 13:54:37 +0200 |
commit | 57da8792fd51f8417a45675ff83dd8432a999bdc (patch) | |
tree | e4d60adfd3d2f84f96bf615a9099b5795175ca78 /Libraries/LibC/strings.h | |
parent | 1791ebaacdcb4d10c8bb4df523142db8cc39951d (diff) | |
download | serenity-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