gcc/libstdc++-v3/include/bits
Jonathan Wakely 488d268728 libstdc++: Do not use #include inside push visibility scope [PR99871]
libstdc++-v3/ChangeLog:

	PR libstdc++/99871
	* include/bits/specfun.h: Use visibility attribute on namespace,
	instead of pragma push/pop.
	* libsupc++/compare: Likewise.
	* libsupc++/exception: Likewise.
	* libsupc++/exception.h: Likewise.
	* libsupc++/exception_ptr.h: Likewise.
	* libsupc++/initializer_list: Likewise.
	* libsupc++/nested_exception.h: Likewise.
2022-05-06 14:43:39 +01:00
..
algorithmfwd.h
align.h
alloc_traits.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
allocated_ptr.h
allocator.h libstdc++: Add suggestion to std::uncaught_exception() warning 2022-02-04 15:26:59 +00:00
atomic_base.h libstdc++: Make atomic notify_one and notify_all non-const 2022-04-22 15:53:41 -07:00
atomic_futex.h
atomic_timed_wait.h
atomic_wait.h libstdc++: Strengthen memory order for atomic<T>::wait/notify 2022-02-10 10:14:36 -08:00
basic_ios.h
basic_ios.tcc
basic_string.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
basic_string.tcc
boost_concept_check.h libstdc++: Fix link failure in _OutputIteratorConcept 2022-02-02 16:30:51 +00:00
c++0x_warning.h
c++config libstdc++: Use visibility pragmas instead of attributes [PR104807] 2022-03-07 15:10:29 +00:00
char_traits.h
charconv.h
chrono.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
codecvt.h
concept_check.h
cow_string.h libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099] 2022-01-18 20:41:46 +00:00
cpp_type_traits.h
deque.tcc libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] 2022-01-27 23:31:03 +00:00
enable_special_members.h
erase_if.h
forward_list.h
forward_list.tcc
fs_dir.h libstdc++: Fix filesystem::remove_all races [PR104161] 2022-02-04 19:51:26 +00:00
fs_fwd.h libstdc++: Fix filesystem::remove_all races [PR104161] 2022-02-04 19:51:26 +00:00
fs_ops.h libstdc++: Fix filenames in Doxygen @file comments 2022-04-01 11:34:43 +01:00
fs_path.h libstdc++: Define std::hash<std::filesystem::path> (LWG 3657) 2022-04-26 13:22:18 +01:00
fstream.tcc
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h libstdc++: Restore support for unordered_map<const T, ...> [PR104174] 2022-01-23 22:47:00 +00:00
hashtable.h
indirect_array.h
invoke.h
ios_base.h
istream.tcc libstdc++: Avoid some more warnings [PR104019] 2022-01-25 21:05:16 +00:00
iterator_concepts.h
list.tcc
locale_classes.h
locale_classes.tcc
locale_conv.h
locale_facets_nonio.h
locale_facets_nonio.tcc libstdc++: Work around clang misdesign in time_get<>::get [PR104990] 2022-03-21 11:02:04 +01:00
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
max_size_type.h
memoryfwd.h
mofunc_impl.h
move_only_function.h
move.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
new_allocator.h
node_handle.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h
ptr_traits.h libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3) 2022-04-25 16:16:33 +01:00
quoted_string.h
random.h
random.tcc
range_access.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
ranges_algo.h libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858] 2022-04-15 14:41:14 -04:00
ranges_algobase.h
ranges_base.h libstdc++: Implement P2415R2 changes to viewable_range / views::all 2022-02-22 09:37:58 -05:00
ranges_cmp.h libstdc++: Implement P2415R2 changes to viewable_range / views::all 2022-02-22 09:37:58 -05:00
ranges_uninitialized.h
ranges_util.h
refwrap.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
regex_automaton.h
regex_automaton.tcc
regex_compiler.h libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984] 2022-03-01 15:25:39 +00:00
regex_compiler.tcc
regex_constants.h
regex_error.h
regex_executor.h
regex_executor.tcc
regex_scanner.h
regex_scanner.tcc
regex.h
regex.tcc
semaphore_base.h
shared_ptr_atomic.h libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661) 2022-04-26 13:22:18 +01:00
shared_ptr_base.h libstdc++: Avoid some more warnings [PR104019] 2022-01-25 21:05:16 +00:00
shared_ptr.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
slice_array.h
specfun.h libstdc++: Do not use #include inside push visibility scope [PR99871] 2022-05-06 14:43:39 +01:00
sstream.tcc
std_abs.h
std_function.h
std_mutex.h
std_thread.h
stl_algo.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_algobase.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_bvector.h libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] 2022-02-17 23:44:25 +00:00
stl_construct.h libstdc++: Ignore cv-quals when std::allocator<void> constructs 2022-01-14 10:14:25 +00:00
stl_deque.h
stl_function.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
stl_iterator.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_list.h
stl_map.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_multimap.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
stl_multiset.h
stl_numeric.h
stl_pair.h libstdc++: Remove unused std::pair helper function 2022-01-19 00:58:25 +00:00
stl_queue.h
stl_raw_storage_iter.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
stl_relops.h
stl_set.h
stl_stack.h
stl_tempbuf.h libstdc++: Fix deprecated attribute for std::get_temporary_buffer 2022-01-19 00:58:25 +00:00
stl_tree.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
stl_uninitialized.h
stl_vector.h libstdc++: Fix missing and incorrect feature test macros [PR105269] 2022-04-14 11:02:37 +01:00
stream_iterator.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
streambuf_iterator.h libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
streambuf.tcc
string_view.tcc
stringfwd.h
this_thread_sleep.h libstdc++: Move closing brace outside #endif [PR104866] 2022-03-10 21:04:01 +00:00
uniform_int_dist.h
unique_lock.h
unique_ptr.h libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3) 2022-04-25 16:16:33 +01:00
unordered_map.h libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
unordered_set.h
uses_allocator_args.h libstdc++: Remove incorrect copyright notice from header 2022-03-08 12:53:04 +00:00
uses_allocator.h
utility.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc