summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/sequences/array
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-10-19Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier
2014-03-10Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow
2013-12-02Fix for PRPR17934; based on a fix suggested by Peter SommerladMarshall Clow
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow
2013-08-06Implement tests for NULL iterators for <array> re: N3644Marshall Clow
2013-07-17Make std::get constexprMarshall Clow
2013-07-08War on tabs.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-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
2010-11-17LWG 1191Howard Hinnant
2010-11-16license changeHoward 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