summaryrefslogtreecommitdiff
path: root/include/array
AgeCommit message (Expand)Author
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-06-12[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-04-21Add is_swappable/is_nothrow_swappable traitsEric Fiselier
2016-03-07non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow
2015-12-18[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier
2015-11-19Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...Marshall Clow
2015-03-17[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier
2013-10-04G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-17Make std::get constexprMarshall Clow
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-12-18Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...Marshall Clow
2012-07-20constexpr applied to <array>.Howard Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-01Experimental support for a meaningful __is_swappable<T>::value. This does no...Howard Hinnant
2011-05-31noexcept for <array>.Howard Hinnant
2010-11-17LWG 1191Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant