gcc/libstdc++-v3/testsuite/24_iterators
Jonathan Wakely 6df6978477
libstdc++: Disable -Wlong-long warnings in boost_concept_check.h
The _IntegerConcept, _SignedIntegerConcept and _UnsignedIntegerConcept
class template are specialized for long long, which gives warnings with
-Wsystem-headers in C++98 mode.

libstdc++-v3/ChangeLog:

	* include/bits/boost_concept_check.h: Disable -Wlong-long
	warnings.
	* testsuite/24_iterators/operations/prev_neg.cc: Adjust dg-error
	line number.
2025-05-29 11:49:03 +01:00
..
associated_types Update copyright years. 2025-01-02 11:59:57 +01:00
back_insert_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
bidirectional Update copyright years. 2025-01-02 11:59:57 +01:00
common_iterator libstdc++: Add testcases for resolved bug [PR101527] 2025-03-24 21:38:07 +00:00
const_iterator libstdc++: Fix constraint recursion in basic_const_iterator relops [PR112490] 2025-02-28 09:39:57 -05:00
contiguous Update copyright years. 2025-01-02 11:59:57 +01:00
counted_iterator libstdc++: Add testcases for resolved bug [PR101527] 2025-03-24 21:38:07 +00:00
customization_points libstdc++: Fix std::ranges::iter_move for function references [PR119469] 2025-03-27 11:14:52 +00:00
forward Update copyright years. 2025-01-02 11:59:57 +01:00
front_insert_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
headers/iterator libstdc++: Add conditional noexcept to remaining range access functions 2025-02-15 10:58:56 +00:00
indirect_callable Revert "libstdc++: Optimize std::projected<I, std::identity>" [PR119888] 2025-04-22 12:52:34 -04:00
input Update copyright years. 2025-01-02 11:59:57 +01:00
insert_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
istream_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
istreambuf_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
move_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
normal_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
operations libstdc++: Disable -Wlong-long warnings in boost_concept_check.h 2025-05-29 11:49:03 +01:00
ostream_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
ostreambuf_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
output Update copyright years. 2025-01-02 11:59:57 +01:00
random_access Update copyright years. 2025-01-02 11:59:57 +01:00
range_access Update copyright years. 2025-01-02 11:59:57 +01:00
range_generators libstdc++: Add lvalue overload for generator::yield_value 2025-04-24 22:22:33 +01:00
range_operations Update copyright years. 2025-01-02 11:59:57 +01:00
reverse_iterator Update copyright years. 2025-01-02 11:59:57 +01:00
aliases.cc Update copyright years. 2025-01-02 11:59:57 +01:00
container_access.cc Update copyright years. 2025-01-02 11:59:57 +01:00