summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/array
AgeCommit message (Expand)Author
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik
2012-10-04re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...Paolo Carlini
2012-09-09re PR libstdc++/54388 (std::array.at() const results in undefined behaviour)Jonathan Wakely
2012-05-02re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik
2012-04-23re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)Paolo Carlini
2012-03-22array (array<>::at(size_type) const): Fix version for undefined __EXCEPTIONS.Paolo Carlini
2011-09-13tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler
2011-09-07tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.Benjamin Kosnik
2011-07-26array (at): Remove constexpr when -fno-exceptions.Benjamin Kosnik
2011-07-21array (array::at, [...]): Mark constexpr.Benjamin Kosnik
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini
2011-05-16utility (get(std::pair<>&&)): Add.Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini
2010-07-27[multiple changes]Paolo Carlini
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-05-26tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.Paolo Carlini
2008-04-10tuple: Consistency check for include guard, doxygen file markup.Benjamin Kosnik
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik