Changeset View
Changeset View
Standalone View
Standalone View
include/pstl/internal/glue_execution_defs.h
Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
// Implementation-defined names | // Implementation-defined names | ||||
// Unsequenced policy is not yet standard, but for consistency | // Unsequenced policy is not yet standard, but for consistency | ||||
// we include it into namespace std::execution as well | // we include it into namespace std::execution as well | ||||
using __pstl::execution::unseq; | using __pstl::execution::unseq; | ||||
using __pstl::execution::unsequenced_policy; | using __pstl::execution::unsequenced_policy; | ||||
} // namespace execution | } // namespace execution | ||||
} // namespace std | } // namespace std | ||||
#include "algorithm_impl.h" | |||||
#include "numeric_impl.h" | |||||
#include "parallel_backend.h" | |||||
#endif /* __PSTL_glue_execution_defs_H */ | #endif /* __PSTL_glue_execution_defs_H */ |