[libcxx-commits] [PATCH] D143962: [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 15 07:52:43 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f15267d3dd7: [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D143962?vs=497141&id=497678#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143962/new/

https://reviews.llvm.org/D143962

Files:
  libcxx/include/__algorithm/clamp.h
  libcxx/include/__algorithm/equal.h
  libcxx/include/__algorithm/for_each_n.h
  libcxx/include/__algorithm/in_found_result.h
  libcxx/include/__algorithm/in_fun_result.h
  libcxx/include/__algorithm/in_in_out_result.h
  libcxx/include/__algorithm/in_in_result.h
  libcxx/include/__algorithm/in_out_out_result.h
  libcxx/include/__algorithm/in_out_result.h
  libcxx/include/__algorithm/is_permutation.h
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/lexicographical_compare_three_way.h
  libcxx/include/__algorithm/make_projected.h
  libcxx/include/__algorithm/min_max_result.h
  libcxx/include/__algorithm/mismatch.h
  libcxx/include/__algorithm/ranges_adjacent_find.h
  libcxx/include/__algorithm/ranges_all_of.h
  libcxx/include/__algorithm/ranges_any_of.h
  libcxx/include/__algorithm/ranges_binary_search.h
  libcxx/include/__algorithm/ranges_clamp.h
  libcxx/include/__algorithm/ranges_copy.h
  libcxx/include/__algorithm/ranges_copy_backward.h
  libcxx/include/__algorithm/ranges_copy_if.h
  libcxx/include/__algorithm/ranges_copy_n.h
  libcxx/include/__algorithm/ranges_count.h
  libcxx/include/__algorithm/ranges_count_if.h
  libcxx/include/__algorithm/ranges_equal.h
  libcxx/include/__algorithm/ranges_equal_range.h
  libcxx/include/__algorithm/ranges_fill.h
  libcxx/include/__algorithm/ranges_fill_n.h
  libcxx/include/__algorithm/ranges_find.h
  libcxx/include/__algorithm/ranges_find_end.h
  libcxx/include/__algorithm/ranges_find_first_of.h
  libcxx/include/__algorithm/ranges_find_if.h
  libcxx/include/__algorithm/ranges_find_if_not.h
  libcxx/include/__algorithm/ranges_for_each.h
  libcxx/include/__algorithm/ranges_for_each_n.h
  libcxx/include/__algorithm/ranges_generate.h
  libcxx/include/__algorithm/ranges_generate_n.h
  libcxx/include/__algorithm/ranges_includes.h
  libcxx/include/__algorithm/ranges_inplace_merge.h
  libcxx/include/__algorithm/ranges_is_heap.h
  libcxx/include/__algorithm/ranges_is_heap_until.h
  libcxx/include/__algorithm/ranges_is_partitioned.h
  libcxx/include/__algorithm/ranges_is_permutation.h
  libcxx/include/__algorithm/ranges_is_sorted.h
  libcxx/include/__algorithm/ranges_is_sorted_until.h
  libcxx/include/__algorithm/ranges_iterator_concept.h
  libcxx/include/__algorithm/ranges_lexicographical_compare.h
  libcxx/include/__algorithm/ranges_lower_bound.h
  libcxx/include/__algorithm/ranges_make_heap.h
  libcxx/include/__algorithm/ranges_max.h
  libcxx/include/__algorithm/ranges_max_element.h
  libcxx/include/__algorithm/ranges_merge.h
  libcxx/include/__algorithm/ranges_min.h
  libcxx/include/__algorithm/ranges_min_element.h
  libcxx/include/__algorithm/ranges_minmax.h
  libcxx/include/__algorithm/ranges_minmax_element.h
  libcxx/include/__algorithm/ranges_mismatch.h
  libcxx/include/__algorithm/ranges_move.h
  libcxx/include/__algorithm/ranges_move_backward.h
  libcxx/include/__algorithm/ranges_next_permutation.h
  libcxx/include/__algorithm/ranges_none_of.h
  libcxx/include/__algorithm/ranges_nth_element.h
  libcxx/include/__algorithm/ranges_partial_sort.h
  libcxx/include/__algorithm/ranges_partial_sort_copy.h
  libcxx/include/__algorithm/ranges_partition.h
  libcxx/include/__algorithm/ranges_partition_copy.h
  libcxx/include/__algorithm/ranges_partition_point.h
  libcxx/include/__algorithm/ranges_pop_heap.h
  libcxx/include/__algorithm/ranges_prev_permutation.h
  libcxx/include/__algorithm/ranges_push_heap.h
  libcxx/include/__algorithm/ranges_remove.h
  libcxx/include/__algorithm/ranges_remove_copy.h
  libcxx/include/__algorithm/ranges_remove_copy_if.h
  libcxx/include/__algorithm/ranges_remove_if.h
  libcxx/include/__algorithm/ranges_replace.h
  libcxx/include/__algorithm/ranges_replace_copy.h
  libcxx/include/__algorithm/ranges_replace_copy_if.h
  libcxx/include/__algorithm/ranges_replace_if.h
  libcxx/include/__algorithm/ranges_reverse.h
  libcxx/include/__algorithm/ranges_reverse_copy.h
  libcxx/include/__algorithm/ranges_rotate.h
  libcxx/include/__algorithm/ranges_rotate_copy.h
  libcxx/include/__algorithm/ranges_sample.h
  libcxx/include/__algorithm/ranges_search.h
  libcxx/include/__algorithm/ranges_search_n.h
  libcxx/include/__algorithm/ranges_set_difference.h
  libcxx/include/__algorithm/ranges_set_intersection.h
  libcxx/include/__algorithm/ranges_set_symmetric_difference.h
  libcxx/include/__algorithm/ranges_set_union.h
  libcxx/include/__algorithm/ranges_shuffle.h
  libcxx/include/__algorithm/ranges_sort.h
  libcxx/include/__algorithm/ranges_sort_heap.h
  libcxx/include/__algorithm/ranges_stable_partition.h
  libcxx/include/__algorithm/ranges_stable_sort.h
  libcxx/include/__algorithm/ranges_swap_ranges.h
  libcxx/include/__algorithm/ranges_transform.h
  libcxx/include/__algorithm/ranges_unique.h
  libcxx/include/__algorithm/ranges_unique_copy.h
  libcxx/include/__algorithm/ranges_upper_bound.h
  libcxx/include/__algorithm/sample.h
  libcxx/include/__algorithm/search.h
  libcxx/include/__algorithm/shift_left.h
  libcxx/include/__algorithm/shift_right.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/three_way_comp_ref_type.h
  libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
  libcxx/include/__algorithm/unwrap_range.h
  libcxx/include/__bit/bit_cast.h
  libcxx/include/__bit/byteswap.h
  libcxx/include/__bit_reference
  libcxx/include/__charconv/chars_format.h
  libcxx/include/__charconv/from_chars_result.h
  libcxx/include/__charconv/tables.h
  libcxx/include/__charconv/to_chars_base_10.h
  libcxx/include/__charconv/to_chars_result.h
  libcxx/include/__chrono/calendar.h
  libcxx/include/__chrono/convert_to_tm.h
  libcxx/include/__chrono/day.h
  libcxx/include/__chrono/duration.h
  libcxx/include/__chrono/file_clock.h
  libcxx/include/__chrono/formatter.h
  libcxx/include/__chrono/hh_mm_ss.h
  libcxx/include/__chrono/literals.h
  libcxx/include/__chrono/month.h
  libcxx/include/__chrono/month_weekday.h
  libcxx/include/__chrono/monthday.h
  libcxx/include/__chrono/ostream.h
  libcxx/include/__chrono/parser_std_format_spec.h
  libcxx/include/__chrono/statically_widen.h
  libcxx/include/__chrono/system_clock.h
  libcxx/include/__chrono/time_point.h
  libcxx/include/__chrono/weekday.h
  libcxx/include/__chrono/year.h
  libcxx/include/__chrono/year_month.h
  libcxx/include/__chrono/year_month_day.h
  libcxx/include/__chrono/year_month_weekday.h
  libcxx/include/__compare/common_comparison_category.h
  libcxx/include/__compare/compare_partial_order_fallback.h
  libcxx/include/__compare/compare_strong_order_fallback.h
  libcxx/include/__compare/compare_three_way.h
  libcxx/include/__compare/compare_three_way_result.h
  libcxx/include/__compare/compare_weak_order_fallback.h
  libcxx/include/__compare/is_eq.h
  libcxx/include/__compare/ordering.h
  libcxx/include/__compare/partial_order.h
  libcxx/include/__compare/strong_order.h
  libcxx/include/__compare/synth_three_way.h
  libcxx/include/__compare/three_way_comparable.h
  libcxx/include/__compare/weak_order.h
  libcxx/include/__concepts/arithmetic.h
  libcxx/include/__concepts/assignable.h
  libcxx/include/__concepts/boolean_testable.h
  libcxx/include/__concepts/class_or_enum.h
  libcxx/include/__concepts/common_reference_with.h
  libcxx/include/__concepts/common_with.h
  libcxx/include/__concepts/constructible.h
  libcxx/include/__concepts/convertible_to.h
  libcxx/include/__concepts/copyable.h
  libcxx/include/__concepts/derived_from.h
  libcxx/include/__concepts/destructible.h
  libcxx/include/__concepts/different_from.h
  libcxx/include/__concepts/equality_comparable.h
  libcxx/include/__concepts/invocable.h
  libcxx/include/__concepts/movable.h
  libcxx/include/__concepts/predicate.h
  libcxx/include/__concepts/regular.h
  libcxx/include/__concepts/relation.h
  libcxx/include/__concepts/same_as.h
  libcxx/include/__concepts/semiregular.h
  libcxx/include/__concepts/swappable.h
  libcxx/include/__concepts/totally_ordered.h
  libcxx/include/__config
  libcxx/include/__coroutine/coroutine_handle.h
  libcxx/include/__coroutine/coroutine_traits.h
  libcxx/include/__coroutine/noop_coroutine_handle.h
  libcxx/include/__coroutine/trivial_awaitables.h
  libcxx/include/__filesystem/directory_iterator.h
  libcxx/include/__filesystem/recursive_directory_iterator.h
  libcxx/include/__filesystem/space_info.h
  libcxx/include/__format/buffer.h
  libcxx/include/__format/concepts.h
  libcxx/include/__format/container_adaptor.h
  libcxx/include/__format/enable_insertable.h
  libcxx/include/__format/escaped_output_table.h
  libcxx/include/__format/extended_grapheme_cluster_table.h
  libcxx/include/__format/format_arg.h
  libcxx/include/__format/format_arg_store.h
  libcxx/include/__format/format_args.h
  libcxx/include/__format/format_context.h
  libcxx/include/__format/format_error.h
  libcxx/include/__format/format_functions.h
  libcxx/include/__format/format_fwd.h
  libcxx/include/__format/format_parse_context.h
  libcxx/include/__format/format_string.h
  libcxx/include/__format/format_to_n_result.h
  libcxx/include/__format/formatter.h
  libcxx/include/__format/formatter_bool.h
  libcxx/include/__format/formatter_char.h
  libcxx/include/__format/formatter_floating_point.h
  libcxx/include/__format/formatter_integer.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/__format/formatter_output.h
  libcxx/include/__format/formatter_pointer.h
  libcxx/include/__format/formatter_string.h
  libcxx/include/__format/formatter_tuple.h
  libcxx/include/__format/parser_std_format_spec.h
  libcxx/include/__format/range_default_formatter.h
  libcxx/include/__format/range_formatter.h
  libcxx/include/__format/unicode.h
  libcxx/include/__functional/bind.h
  libcxx/include/__functional/bind_back.h
  libcxx/include/__functional/bind_front.h
  libcxx/include/__functional/boyer_moore_searcher.h
  libcxx/include/__functional/compose.h
  libcxx/include/__functional/default_searcher.h
  libcxx/include/__functional/hash.h
  libcxx/include/__functional/identity.h
  libcxx/include/__functional/invoke.h
  libcxx/include/__functional/is_transparent.h
  libcxx/include/__functional/not_fn.h
  libcxx/include/__functional/operations.h
  libcxx/include/__functional/perfect_forward.h
  libcxx/include/__functional/ranges_operations.h
  libcxx/include/__functional/reference_wrapper.h
  libcxx/include/__functional/unwrap_ref.h
  libcxx/include/__fwd/span.h
  libcxx/include/__hash_table
  libcxx/include/__iterator/access.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/back_insert_iterator.h
  libcxx/include/__iterator/bounded_iter.h
  libcxx/include/__iterator/common_iterator.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__iterator/data.h
  libcxx/include/__iterator/default_sentinel.h
  libcxx/include/__iterator/distance.h
  libcxx/include/__iterator/empty.h
  libcxx/include/__iterator/front_insert_iterator.h
  libcxx/include/__iterator/incrementable_traits.h
  libcxx/include/__iterator/indirectly_comparable.h
  libcxx/include/__iterator/insert_iterator.h
  libcxx/include/__iterator/istream_iterator.h
  libcxx/include/__iterator/istreambuf_iterator.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__iterator/mergeable.h
  (251 more files...)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143962.497678.patch
Type: text/x-patch
Size: 399980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230215/6292d3da/attachment-0001.bin>


More information about the libcxx-commits mailing list