llvm-project/pstl/test
Louis Dionne 1dd1b5d5f2 [pstl] Introduce forward declarations
Necessary when pstl is included from with <algorithm> and <numeric> to
prevent a partially declared standard library when pstl itself uses
algorithms from <algorithm> and <numeric>.

Also, this patch makes sure that configuration comes via standard headers.
Directly including pstl_config.h in implementation files is incompatible
with inclusion of pstl into a standard library implementation which
provides it's own library wide configuration and may configure the
library differently to the pstl_config.h used by the standalone
implementation.

Differential Revision: https://reviews.llvm.org/D59122

llvm-svn: 357189
2019-03-28 17:22:19 +00:00
..
std [pstl] Introduce forward declarations 2019-03-28 17:22:19 +00:00
support Restructure test suite to follow libc++ standard layout 2019-03-27 21:28:24 +00:00
CMakeLists.txt Restructure test suite to follow libc++ standard layout 2019-03-27 21:28:24 +00:00