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