You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std
Hans Wennborg 5c2a5eaf11 Merging r243530 and r243641:
------------------------------------------------------------------------
r243530 | marshall | 2015-07-29 09:25:45 -0700 (Wed, 29 Jul 2015) | 1 line

Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix.
------------------------------------------------------------------------

------------------------------------------------------------------------
r243641 | marshall | 2015-07-30 06:56:00 -0700 (Thu, 30 Jul 2015) | 1 line

Change some #ifdefs to #if - thanks to Dexon for thge catch.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_37@243892 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
algorithms Merging r243530 and r243641: 10 years ago
atomics Fix PR24114 - std::atomic for non-Clang is not a literal type 10 years ago
containers Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z 10 years ago
depr Make support for thread-unsafe C functions optional. 11 years ago
diagnostics libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 11 years ago
experimental Implement std::experimental::sample. 11 years ago
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 11 years ago
input.output Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361 11 years ago
iterators A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 11 years ago
language.support Make support for thread-unsafe C functions optional. 11 years ago
localization Make support for thread-unsafe C functions optional. 11 years ago
numerics Remove unneeded initialisation of fenv_t and fexcept_t. 11 years ago
re Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651. Thanks to Jim Porter for the report and suggested fix. 11 years ago
strings Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 10 years ago
thread Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit' 11 years ago
utilities Merging r242377: 10 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago