diff options
author | arcadia-devtools <[email protected]> | 2022-03-30 14:55:02 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-03-30 14:55:02 +0300 |
commit | 24f5751a6226aa590aebd7e5915fa3508d40fbd9 (patch) | |
tree | ca4f8c3f42989f5f2b9d2d26b27bc0cead4d8bbb /contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h | |
parent | b8e180adf4a659f46cacb10cd67b96e38ef660a1 (diff) |
intermediate changes
ref:6e865ff0ae14a24901c8add989f674d8e88acf17
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h b/contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h index 531acdf0a5b..d7a666743af 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h +++ b/contrib/libs/cxxsupp/libcxx/include/__iterator/concepts.h @@ -28,8 +28,6 @@ _LIBCPP_BEGIN_NAMESPACE_STD #if !defined(_LIBCPP_HAS_NO_RANGES) -// clang-format off - // [iterator.concept.readable] template<class _In> concept __indirectly_readable_impl = @@ -259,8 +257,6 @@ concept indirectly_movable_storable = // Note: indirectly_swappable is located in iter_swap.h to prevent a dependency cycle // (both iter_swap and indirectly_swappable require indirectly_readable). -// clang-format on - #endif // !defined(_LIBCPP_HAS_NO_RANGES) _LIBCPP_END_NAMESPACE_STD |