[libc++] NFC: Fix synopsis comments and sort includes in ranges

This commit is contained in:
Louis Dionne 2021-07-12 09:54:53 -04:00
parent 187e050b33
commit f192616ce9
7 changed files with 10 additions and 9 deletions

View File

@ -10,14 +10,14 @@
#define _LIBCPP___RANGES_DROP_VIEW_H
#include <__config>
#include <__iterator/iterator_traits.h>
#include <__iterator/concepts.h>
#include <__iterator/iterator_traits.h>
#include <__iterator/next.h>
#include <__ranges/access.h>
#include <__ranges/view_interface.h>
#include <__ranges/all.h>
#include <type_traits>
#include <__ranges/view_interface.h>
#include <optional>
#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header

View File

@ -10,7 +10,7 @@
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: gcc-10
// template<range _Rp>
// template<class R>
// concept bidirectional_range;
#include <ranges>

View File

@ -9,7 +9,7 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-no-concepts
// template<class T>
// template<class R>
// concept common_range;
#include <ranges>

View File

@ -10,7 +10,7 @@
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: gcc-10
// template<range _Rp>
// template<class R>
// concept contiguous_range;
#include <ranges>

View File

@ -10,7 +10,8 @@
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: gcc-10
// std::ranges::forward_range;
// template<class R>
// concept forward_range;
#include <ranges>

View File

@ -10,7 +10,7 @@
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: gcc-10
// template<range _Rp>
// template<class R>
// concept input_range;
#include <ranges>

View File

@ -10,7 +10,7 @@
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: gcc-10
// template<range _Rp>
// template<class R>
// concept random_access_range;
#include <ranges>