Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/pstl/internal/parallel_backend_serial.h
// -*- C++ -*- | // -*- C++ -*- | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#ifndef _PSTL_PARALLEL_BACKEND_SERIAL_H | #ifndef _PSTL_PARALLEL_BACKEND_SERIAL_H | ||||
#define _PSTL_PARALLEL_BACKEND_SERIAL_H | #define _PSTL_PARALLEL_BACKEND_SERIAL_H | ||||
#include <algorithm> | #include <__memory/allocator.h> | ||||
#include <cstddef> | #include <__utility/forward.h> | ||||
#include <memory> | #include <pstl/internal/execution_impl.h> | ||||
#include <numeric> | |||||
#include <utility> | |||||
#include "pstl_config.h" | #include "pstl_config.h" | ||||
_PSTL_HIDE_FROM_ABI_PUSH | _PSTL_HIDE_FROM_ABI_PUSH | ||||
namespace __pstl | namespace __pstl | ||||
{ | { | ||||
namespace __serial_backend | namespace __serial_backend | ||||
▲ Show 20 Lines • Show All 112 Lines • Show Last 20 Lines |