aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/24_iterators/operations
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek5-5/+5
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-1/+1
2024-01-03Update copyright years.Jakub Jelinek5-5/+5
2023-01-16Update copyright years.Jakub Jelinek5-5/+5
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-10-01libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>Jonathan Wakely1-1/+1
2021-09-28libstdc++: Fix concept checks for iteratorsJonathan Wakely1-1/+1
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-10-30Apply C++20 changes to various iterator typesJonathan Wakely1-0/+43
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely1-1/+1
2017-11-20Implement LWG 2353Ville Voutilainen2-42/+26
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini2-4/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely5-8/+7
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-09-03Add concept checks to std::next and std::prev.Jonathan Wakely2-0/+84
2015-01-05Update copyright years.Jakub Jelinek3-3/+3
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini3-3/+3
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford3-3/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford3-3/+3
2010-05-27re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)Paolo Carlini1-0/+41
2009-06-212009-06-20 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-41/+0
2009-06-20re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)Paolo Carlini1-0/+41
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2-10/+8
2008-06-17stl_iterator_base_funcs.h (next, prev): Add in C++0x mode.Chris Fairles2-0/+110