aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/data.h
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-12-22 17:56:03 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-12-22 17:56:03 -0500
commitcaf940bac6fc30216f9cfd45e6fafe65d5f7ad88 (patch)
treee1c31c7d91f089814ddc8137b9f45cf305a765cf /libcxx/include/__ranges/data.h
parent63997782a0d0f3ddf815b54c7126f8e1f4b8818e (diff)
downloadllvm-caf940bac6fc30216f9cfd45e6fafe65d5f7ad88.zip
llvm-caf940bac6fc30216f9cfd45e6fafe65d5f7ad88.tar.gz
llvm-caf940bac6fc30216f9cfd45e6fafe65d5f7ad88.tar.bz2
[libc++] Remove "clang-format off/on" comments. NFC.
These headers have stabilized; we don't expect anyone to be blindly clang-formatting them anymore. Leave the comments in `__format/*.h` for Mark to remove at his leisure.
Diffstat (limited to 'libcxx/include/__ranges/data.h')
-rw-r--r--libcxx/include/__ranges/data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/include/__ranges/data.h b/libcxx/include/__ranges/data.h
index 7eade49..a33da0e 100644
--- a/libcxx/include/__ranges/data.h
+++ b/libcxx/include/__ranges/data.h
@@ -26,7 +26,6 @@ _LIBCPP_BEGIN_NAMESPACE_STD
#if !defined(_LIBCPP_HAS_NO_RANGES)
-// clang-format off
namespace ranges {
// [range.prim.data]
namespace __data {
@@ -72,8 +71,6 @@ inline namespace __cpo {
} // namespace __cpo
} // namespace ranges
-// clang-format off
-
#endif // !defined(_LIBCPP_HAS_NO_RANGES)
_LIBCPP_END_NAMESPACE_STD