aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/pointer.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-1/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14libstdc++: Simplify typedefs by using __UINTPTR_TYPE__Jonathan Wakely1-31/+19
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely1-1/+7
2020-02-07libstdc++: Implement P1878R1 "Constraining Readable Types"Jonathan Wakely1-4/+4
2020-01-09libstdc++: Fix <ext/pointer.h> incompatibilities with C++20Jonathan Wakely1-0/+11
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely1-0/+4
2018-07-31Replace safe bool idiom with explicit operator boolJonathan Wakely1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-18PR69301 don't assume atomic<T> can default construct TJonathan Wakely1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-20re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely1-0/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2011-11-09PR c++/51027 - accepts alias-declaration without ';'Dodji Seketeli1-1/+1
2011-11-08ptr_traits.h (__rebind): Replace with...Jonathan Wakely1-13/+1
2011-07-09cast.h: Fix typo in include guard.Jonathan Wakely1-13/+8
2011-06-05ptr_traits.h (pointer_traits): Fix typos.Jonathan Wakely1-0/+39
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+4
2010-06-06pointer.h (_Pointer_adapter::operator++): Remove name of unused parameter.Jonathan Wakely1-2/+2
2009-08-14pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup.Benjamin Kosnik1-45/+59
2009-08-12extc++.h: Don't include TR1 if C++0x.Benjamin Kosnik1-6/+6
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-01-04re PR libstdc++/38720 (_Relative_pointer_impl invokes undefined behavior)Richard Guenther1-15/+25
2008-11-11extptr_allocator.h: Minor tweaks.Paolo Carlini1-117/+71
2008-11-072008-11-07 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+592