2024-05-27 02:12:27 -07:00
|
|
|
// -*- C++ -*-
|
|
|
|
//===----------------------------------------------------------------------===//
|
2024-01-18 23:20:25 +07:00
|
|
|
//
|
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2024-05-27 02:12:27 -07:00
|
|
|
#ifndef __PSTL_ALGORITHM
|
|
|
|
#define __PSTL_ALGORITHM
|
2024-01-18 23:20:25 +07:00
|
|
|
|
2024-05-27 02:12:27 -07:00
|
|
|
#include <pstl/internal/glue_algorithm_impl.h>
|
2024-01-18 23:20:25 +07:00
|
|
|
|
2024-05-27 02:12:27 -07:00
|
|
|
#endif /* __PSTL_ALGORITHM */
|