gcc/libstdc++-v3/include/bits
Jonathan Wakely c09cabb239 libstdc++: Rename __detail::__not_same_as helper
This is done to match an editorial change in the working draft, to
rename the exposition-only not-same-as helper to different-from.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* include/bits/ranges_util.h (__not_same_as): Rename to
	__different_from.
	* include/std/ranges (__not_same_as): Likewise.
2021-08-17 14:22:49 +01:00
..
algorithmfwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
align.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
alloc_traits.h libstdc++: Fix Doxygen warnings 2021-04-06 16:43:24 +01:00
allocated_ptr.h Update copyright years. 2021-01-04 10:26:59 +01:00
allocator.h libstdc++: Add warnings for some C++23 deprecations 2021-06-09 10:32:43 +01:00
atomic_base.h libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889] 2021-06-08 15:55:10 -07:00
atomic_futex.h Update copyright years. 2021-01-04 10:26:59 +01:00
atomic_timed_wait.h libstdc++: Fix semaphore to work with system_clock timeouts 2021-04-22 17:35:00 +01:00
atomic_wait.h libstdc++: Fix wrong thread waking on notify [PR100334] 2021-05-17 12:05:06 -07:00
basic_ios.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
basic_ios.tcc libstdc++: Implement LWG 581 for std:ostream::flush() 2021-06-25 18:47:39 +01:00
basic_string.h libstdc++: Move COW string definitions to separate header 2021-07-27 12:04:18 +01:00
basic_string.tcc libstdc++: Move COW string definitions to separate header 2021-07-27 12:04:18 +01:00
boost_concept_check.h Update copyright years. 2021-01-04 10:26:59 +01:00
c++0x_warning.h Update copyright years. 2021-01-04 10:26:59 +01:00
c++config libstdc++: Deprecate std::random_shuffle for C++14 2021-08-03 15:30:35 +01:00
char_traits.h libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] 2021-06-17 22:00:58 +01:00
charconv.h Update copyright years. 2021-01-04 10:26:59 +01:00
codecvt.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
concept_check.h Update copyright years. 2021-01-04 10:26:59 +01:00
cow_string.h libstdc++: Adjust whitespace in <bits/cow_string.h> 2021-07-27 12:13:42 +01:00
cpp_type_traits.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
deque.tcc libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497] 2021-04-30 14:57:40 +01:00
enable_special_members.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
erase_if.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
forward_list.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
forward_list.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
fs_dir.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
fs_fwd.h libstdc++: Improvements to Doxygen markup 2021-07-01 18:45:48 +01:00
fs_ops.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
fs_path.h libstdc++: Remove unnecessary uses of <utility> 2021-07-27 12:04:18 +01:00
fstream.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
functexcept.h Update copyright years. 2021-01-04 10:26:59 +01:00
functional_hash.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
gslice_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
gslice.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
hashtable_policy.h libstdc++: Value-initialize objects held by EBO helpers [PR 100863] 2021-06-02 13:33:41 +01:00
hashtable.h libstdc++: Fix non-default constructors for hash containers [PR101583] 2021-07-22 19:39:58 +01:00
indirect_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
invoke.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ios_base.h Update copyright years. 2021-01-04 10:26:59 +01:00
istream.tcc libstdc++: Implement LWG 415 for std::ws 2021-06-28 13:34:49 +01:00
iterator_concepts.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
list.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
locale_classes.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
locale_classes.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
locale_conv.h libstdc++: Avoid using std::unique_ptr in <locale> 2021-08-03 15:06:56 +01:00
locale_facets_nonio.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
locale_facets_nonio.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
locale_facets.h libstdc++: diagnose some misuses of [locale.convenience] functions [PR 89728] 2021-05-17 17:58:14 +01:00
locale_facets.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
localefwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
mask_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
max_size_type.h libstdc++: Simplify numeric_limits<__max_size_type> 2021-07-16 15:03:03 +01:00
memoryfwd.h libstdc++: Fix missing members in std::allocator<void> 2021-05-11 16:11:01 +01:00
move.h libstdc++: Add nodiscard attribute to cast-like functions 2021-04-06 16:43:25 +01:00
node_handle.h Update copyright years. 2021-01-04 10:26:59 +01:00
ostream_insert.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ostream.tcc libstdc++: Avoid intercepting exception in ostream::write 2021-06-25 18:47:44 +01:00
parse_numbers.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
postypes.h libstdc++: Remove GLIBCXX_CHECK_INT64_T checks 2021-04-30 20:30:46 +01:00
predefined_ops.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
ptr_traits.h Update copyright years. 2021-01-04 10:26:59 +01:00
quoted_string.h Update copyright years. 2021-01-04 10:26:59 +01:00
random.h libstdc++: Modernize <bits/random.h> helpers 2021-07-16 15:03:03 +01:00
random.tcc libstdc++: Suppress redundant definitions of inline variables 2021-08-03 15:41:11 +01:00
range_access.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
ranges_algo.h libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599] 2021-08-02 15:30:15 -04:00
ranges_algobase.h libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599] 2021-08-02 15:30:15 -04:00
ranges_base.h libstdc++: Move [[nodiscard]] attributes again [PR101782] 2021-08-05 19:01:51 +01:00
ranges_cmp.h libstdc++: Sync __cpp_lib_ranges macro defined in ranges_cmp.h 2021-06-21 09:45:31 -04:00
ranges_uninitialized.h libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] 2021-07-22 14:37:24 +01:00
ranges_util.h libstdc++: Rename __detail::__not_same_as helper 2021-08-17 14:22:49 +01:00
refwrap.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
regex_automaton.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
regex_automaton.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex_compiler.h libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex_compiler.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
regex_constants.h libstdc++: Fix more doxygen markup for group close commands 2021-04-08 21:42:58 +01:00
regex_error.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
regex_executor.h libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex_executor.tcc libstdc++: Reduce header dependencies in <regex> 2021-08-03 15:24:52 +01:00
regex_scanner.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
regex_scanner.tcc libstdc++: Reduce header dependencies in <regex> 2021-08-03 15:24:52 +01:00
regex.h libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
semaphore_base.h libstdc++: Fix for deadlock in std::counting_semaphore [PR100806] 2021-06-22 11:06:07 -07:00
shared_ptr_atomic.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
shared_ptr_base.h libstdc++: Implement LWG 2762 for std::unique_ptr::operator* 2021-06-24 14:04:02 +01:00
shared_ptr.h libstdc++: Reject std::make_shared<T[]> [PR 99006] 2021-04-22 15:49:27 +01:00
slice_array.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
specfun.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
sstream.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
std_abs.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
std_function.h libstdc++: Initialize all subobjects of std::function 2021-07-22 13:53:57 +01:00
std_mutex.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
std_thread.h libstdc++: Add missing noexcept on std::thread member function [PR 100298] 2021-04-28 12:45:49 +01:00
stl_algo.h libstdc++: Deprecate std::random_shuffle for C++14 2021-08-03 15:30:35 +01:00
stl_algobase.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
stl_bvector.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
stl_construct.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_deque.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
stl_function.h libstdc++: Add unordered containers heterogeneous lookup 2021-02-09 21:56:27 +01:00
stl_heap.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_iterator_base_funcs.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
stl_iterator_base_types.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_iterator.h libstdc++: Move [[nodiscard]] attributes again [PR101782] 2021-08-05 19:01:51 +01:00
stl_list.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
stl_map.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_multimap.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_multiset.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_numeric.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_pair.h libstdc++: Reduce header dependencies on <array> and <utility> 2021-07-27 12:04:18 +01:00
stl_queue.h libstdc++: Move [[nodiscard]] attributes again [PR101782] 2021-08-05 19:01:51 +01:00
stl_raw_storage_iter.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_relops.h libstdc++: Update documentation comments for namespace rel_ops 2021-07-23 11:22:10 +01:00
stl_set.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_stack.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
stl_tempbuf.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_tree.h libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497] 2021-04-30 14:57:40 +01:00
stl_uninitialized.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
stl_vector.h libstdc++: Add [[nodiscard]] to sequence containers 2021-08-04 12:54:29 +01:00
stream_iterator.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
streambuf_iterator.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
streambuf.tcc libstdc++: Remove redundant explicit instantiations 2021-06-28 15:16:08 +01:00
string_view.tcc libstdc++: Optimize std::string_view::find [PR 66414] 2021-01-27 13:45:52 +00:00
stringfwd.h Update copyright years. 2021-01-04 10:26:59 +01:00
this_thread_sleep.h libstdc++: Improve Doxygen documentation groups [PR 101258] 2021-07-01 00:25:46 +01:00
uniform_int_dist.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
unique_lock.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
unique_ptr.h libstdc++: Remove unnecessary uses of <utility> 2021-07-27 12:04:18 +01:00
unordered_map.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
unordered_set.h libstdc++: Fix doxygen markup for group close commands 2021-04-06 16:43:24 +01:00
uses_allocator_args.h libstdc++: Fix even more doxygen markup for group close commands 2021-04-09 13:09:23 +01:00
uses_allocator.h Update copyright years. 2021-01-04 10:26:59 +01:00
utility.h libstdc++: Reduce header dependencies on <array> and <utility> 2021-07-27 12:04:18 +01:00
valarray_after.h Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_array.h Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_array.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
valarray_before.h Update copyright years. 2021-01-04 10:26:59 +01:00
vector.tcc libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497] 2021-04-30 14:57:40 +01:00