gcc/libstdc++-v3/testsuite/20_util
Paolo Carlini 98910bc2b9 deduction.cc: Avoid -Wreturn-type warnings.
2017-11-06  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/20_util/optional/cons/deduction.cc: Avoid -Wreturn-type
	warnings.
	* testsuite/20_util/pair/cons/deduction.cc: Likewise.
	* testsuite/20_util/pair/traits.cc: Likewise.
	* testsuite/20_util/tuple/cons/deduction.cc: Likewise.
	* testsuite/20_util/variant/compile.cc: Likewise.
	* testsuite/23_containers/map/modifiers/try_emplace/1.cc: Likewise.
	* testsuite/23_containers/unordered_map/modifiers/try_emplace.cc:
	Likewise.

From-SVN: r254450
2017-11-06 12:55:35 +00:00
..
add_const
add_cv
add_lvalue_reference
add_pointer
add_rvalue_reference
add_volatile
addressof invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
align
aligned_storage
aligned_union
alignment_of
allocator
allocator_traits
any Implement LWG 2857, {variant,optional,any}::emplace should return the constructed value. 2017-03-16 01:13:20 +02:00
as_const
auto_ptr
bad_function_call
bind
bool_constant
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements PR libstdc++/71187 reimplement declval without add_rvalue_reference 2017-09-18 12:40:10 +01:00
default_delete Avoid deprecated warnings about std::auto_ptr in library headers 2017-04-21 14:08:51 +01:00
duration Update value of __cpp_lib_chrono feature-test macro 2017-10-20 22:05:11 +01:00
duration_cast
enable_if/requirements
enable_shared_from_this PR libstdc++/80229 restore support for shared_ptr<function type> 2017-03-28 08:35:04 +01:00
endian Define std::endian for C++2a (P0463R1) 2017-11-03 15:45:49 +00:00
exchange
extent
forward re PR libstdc++/81064 (Inline namespace regression) 2017-07-23 08:41:35 +00:00
from_chars libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
function invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
function_objects invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
has_unique_object_representations invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
has_virtual_destructor
hash Implement LWG 2686, std::hash<error_condition>, for C++17 2017-03-23 19:40:16 +00:00
headers libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
in_place
integer_sequence
integral_constant
is_abstract
is_aggregate invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
is_arithmetic
is_array
is_assignable
is_base_of
is_class
is_compound
is_const
is_constructible re PR c++/80812 (ICE: in build_value_init_noctor, at cp/init.c:483) 2017-06-01 14:09:41 +03:00
is_convertible
is_copy_assignable
is_copy_constructible
is_default_constructible
is_destructible
is_empty
is_enum
is_final
is_floating_point
is_function
is_fundamental
is_implicitly_default_constructible
is_integral
is_invocable P0604R0 add invoke_result, is_invocable etc. for C++17 2017-03-10 15:29:38 +00:00
is_literal_type
is_lvalue_reference
is_member_function_pointer
is_member_object_pointer
is_member_pointer
is_move_assignable
is_move_constructible
is_nothrow_assignable
is_nothrow_constructible
is_nothrow_copy_assignable
is_nothrow_copy_constructible
is_nothrow_default_constructible
is_nothrow_destructible
is_nothrow_invocable PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions 2017-09-19 15:33:51 +01:00
is_nothrow_move_assignable
is_nothrow_move_constructible
is_nothrow_swappable
is_nothrow_swappable_with
is_null_pointer
is_object
is_pod
is_pointer
is_polymorphic
is_reference
is_rvalue_reference
is_same
is_scalar
is_signed
is_standard_layout
is_swappable
is_swappable_with
is_trivial
is_trivially_assignable
is_trivially_constructible
is_trivially_copy_assignable Implement new C++ intrinsics __is_assignable and __is_constructible. 2017-05-17 16:54:23 +03:00
is_trivially_copy_constructible Implement new C++ intrinsics __is_assignable and __is_constructible. 2017-05-17 16:54:23 +03:00
is_trivially_copyable
is_trivially_default_constructible
is_trivially_destructible
is_trivially_move_assignable Implement new C++ intrinsics __is_assignable and __is_constructible. 2017-05-17 16:54:23 +03:00
is_trivially_move_constructible Implement new C++ intrinsics __is_assignable and __is_constructible. 2017-05-17 16:54:23 +03:00
is_union
is_unsigned
is_void
is_volatile
logical_traits
make_signed/requirements PR libstdc++/71187 reimplement declval without add_rvalue_reference 2017-09-18 12:40:10 +01:00
make_unsigned/requirements PR libstdc++/71187 reimplement declval without add_rvalue_reference 2017-09-18 12:40:10 +01:00
move
move_if_noexcept
optional deduction.cc: Avoid -Wreturn-type warnings. 2017-11-06 12:55:35 +00:00
owner_less Add noexcept to shared_ptr owner comparisons (LWG 2873) 2017-06-05 10:33:19 +01:00
pair deduction.cc: Avoid -Wreturn-type warnings. 2017-11-06 12:55:35 +00:00
pointer_safety
pointer_traits
rank
ratio Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
raw_storage_iterator
reference_wrapper PR libstdc++/80504 qualify calls to avoid ADL 2017-04-24 12:40:07 +01:00
remove_all_extents
remove_const
remove_cv
remove_extent
remove_pointer
remove_reference
remove_volatile
result_of
scoped_allocator Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
shared_ptr invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
specialized_algorithms Protect more algorithms from overloaded comma operators 2017-10-27 00:50:40 +01:00
steady_clock
system_clock
time_point invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
time_point_cast
to_chars libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
tuple deduction.cc: Avoid -Wreturn-type warnings. 2017-11-06 12:55:35 +00:00
typeindex
underlying_type/requirements
unique_ptr invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
uses_allocator Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
variant deduction.cc: Avoid -Wreturn-type warnings. 2017-11-06 12:55:35 +00:00
void_t invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
weak_ptr invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
rel_ops.cc
temporary_buffer.cc
variable_templates_for_traits.cc