]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/uses_allocator.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / uses_allocator.h
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-15  Jonathan WakelyRefactor uses-allocator construction
2018-07-24  Jonathan WakelyReorder conditions in uses-allocator construction helper
2018-01-03  Jakub JelinekUpdate copyright years.
2017-07-06  Jonathan WakelyPrevent __uses_alloc from holding dangling references
2017-03-23  Daniel KrueglerImplement P0607R0 "Inline Variables for Standard Librar...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-18  Jonathan WakelyDon't define uses-allocator variable templates in C++11
2016-09-22  Jonathan WakelyAlways qualify std::forward in <variant>
2016-08-18  Tim ShenImplement <variant>
2016-07-31  Ville VoutilainenAdd missing variable traits, fix testsuite failures.
2016-04-14  Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13  Jonathan WakelyAdjust for new empty class parameter passing ABI.
2016-01-15  Jonathan WakelyUse static assertion for uses-allocator construction
2016-01-08  Jonathan WakelyAdd missing include for std::__addressof
2016-01-07  Jonathan WakelyUse std::addressof in insert iterators, allocators...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-13  Fan YouImplement C++ LFTSv1 polymorphic memory resources
2015-11-11  Ville VoutilainenLWG 2510, make the default constructors of library...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-11  Jonathan WakelyDefine __void_t and SFINAE-friendly iterator_traits.
2014-06-01  Jonathan Wakelyuses_allocator.h (__uses_allocator_helper): Simplify.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2011-05-30  Jonathan Wakelytuple: Implement uses-allocator construction.