llvm/libcxx
jasonliu 09a84d3047 [libc++] Match declaration for non-member function std::swap(std::packaged_task) with what standard specify
Standard specifies:
```
template<class R, class... ArgTypes>
  void swap(packaged_task<R(ArgTypes...)>& x, packaged_task<R(ArgTypes...)>& y) noexcept;
```

Differential Revision: https://reviews.llvm.org/D99102
2021-03-24 22:33:32 +00:00
..
benchmarks Revert "[libc++] Require C++20 to build the benchmarks." 2021-02-09 19:59:34 +01:00
cmake [libc++] Add a CI configuration with static libc++/libc++abi 2021-03-24 16:30:48 -04:00
docs [libcxx] [docs] Fix formatting of inline verbatim snippets in the Windows section 2021-03-17 11:41:45 +02:00
include [libc++] Match declaration for non-member function std::swap(std::packaged_task) with what standard specify 2021-03-24 22:33:32 +00:00
lib [libc++] Implement format_error. 2021-01-28 18:02:53 +01:00
src [libc++][AIX] Initial patch to unblock the libc++ build on AIX 2021-03-24 22:13:20 +00:00
test [libcxx] Avoid pulling in xlocinfo.h in public headers 2021-03-24 23:29:59 +02:00
utils [libc++] Add a CI configuration with static libc++/libc++abi 2021-03-24 16:30:48 -04:00
www [libcxx] [docs] Update docs about how to build for Windows 2021-03-15 17:30:26 +02:00
.clang-format
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libcxx] Don't add -Wall when building in MSVC mode 2021-03-05 23:48:02 +02:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT