[libc++][NFC] Add namespace comments in ranges
authorNikolas Klauser <nikolasklauser@berlin.de>
Tue, 1 Feb 2022 17:11:49 +0000 (18:11 +0100)
committerNikolas Klauser <nikolasklauser@berlin.de>
Tue, 1 Feb 2022 17:18:13 +0000 (18:18 +0100)
commit9c52a19e32ae6cbc2507a3fe50c915d72a1c4394
treeba60e16f3663e0bad8ece4f2fcf1297a3110387c
parent93ee588232877485535f40e56014eb0e12e3fa32
[libc++][NFC] Add namespace comments in ranges

With this patch there should be no more namespaces without closing comment

Reviewed By: ldionne, Quuxplusone, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D118668
13 files changed:
libcxx/include/__functional/function.h
libcxx/include/__ranges/access.h
libcxx/include/__ranges/all.h
libcxx/include/__ranges/common_view.h
libcxx/include/__ranges/data.h
libcxx/include/__ranges/empty.h
libcxx/include/__ranges/iota_view.h
libcxx/include/__ranges/reverse_view.h
libcxx/include/__ranges/size.h
libcxx/include/__ranges/transform_view.h
libcxx/include/__ranges/view_interface.h
libcxx/include/cstddef
libcxx/include/variant