summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_construct.h
AgeCommit message (Expand)Author
2025-09-22libstdc++: Move start_lifetime_as functions to bits/stl_construct.h [PR106658]Tomasz KamiƄski
2025-06-11libstdc++: Replace some uses of std::__addressof with std::addressofJonathan Wakely
2025-06-11libstdc++: Improve diagnostics for ill-formed std::_Destroy and std::_Destroy...Jonathan Wakely
2025-03-05libstdc++: implement constexpr memory algorithmsGiuseppe D'Angelo
2025-01-02Update copyright years.Jakub Jelinek
2024-12-02libstdc++: Simplify std::_Destroy using 'if constexpr'Jonathan Wakely
2024-10-09libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)Jonathan Wakely
2024-10-09libstdc++: Make std::construct_at support arrays (LWG 3436)Jonathan Wakely
2024-03-22libstdc++: Use feature test macros in <bits/stl_construct.h>Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-07-04libstdc++: Qualify calls to std::_Destroy and _Destroy_auxJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-14libstdc++: Ignore cv-quals when std::allocator<void> constructsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely
2021-10-14libstdc++: Add missing constexpr to std::optional (P2231R1)Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-04-28libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-29Fix compilation errors with ClangJonathan Wakely
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-04-28PR libstdc++/80553 don't allow destroying non-destructible typesJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-09-20re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...Ville Voutilainen
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-03-08memoryfwd.h: New.Benjamin Kosnik
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2011-06-22stl_construct.h: Update Copyright years.Paolo Carlini
2011-06-22Makefile.am: Add alloc_traits.h headers.Jonathan Wakely
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-06-16stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently ...Paolo Carlini
2010-05-20[multiple changes]Paolo Carlini
2009-08-29stl_construct.h: Include <bits/move.h>.Paolo Carlini
2009-08-29move.h (_GLIBCXX_FORWARD): Add.Chris Jefferson
2009-05-18re PR c++/40192 (Unable to use std::vector with typedef'd array types)Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-01-18[multiple changes]Benjamin Kosnik
2007-10-28stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the le...Paolo Carlini
2007-05-04stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocat...Paolo Carlini
2007-04-03stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod.Paolo Carlini
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik
2005-08-23re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types)Thomas Kho
2005-08-17All files: Update FSF address.Kelley Cook
2005-01-31cpp_type_traits.h: Add types to the structs thus making type_traits.h redunda...Paolo Carlini