[libcxx-commits] [PATCH] D144821: [libc++][spaceship] Implement `operator<=>` for `deque`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 1 02:24:43 PST 2023
H-G-Hristov added inline comments.
================
Comment at: libcxx/test/libcxx/containers/sequences/deque/compare.three_way.pass.cpp:26
+}
\ No newline at end of file
----------------
avogelsgesang wrote:
> missing newline at end of file
>
> (I assume you are on Windows? In case you are using VS Code, there is an "Insert Final Newline" setting which you might want to change)
I don't get it. Is this file still missing an empty line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144821/new/
https://reviews.llvm.org/D144821
More information about the libcxx-commits
mailing list