[libcxx-commits] [PATCH] D119335: [libc++][NFC] Reformat and modernize compressed_pair.h
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 9 12:23:20 PST 2022
philnik added inline comments.
================
Comment at: libcxx/include/__memory/compressed_pair.h:33
+ using reference = _Tp&;
+ using const_reference = const _Tp& ;
----------------
Mordante wrote:
> Same on line 31.
> Just curious did you reformat manually or using clang-format?
I re-formatted manually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119335/new/
https://reviews.llvm.org/D119335
More information about the libcxx-commits
mailing list