cosmopolitan/third_party/libcxx/__pstl_numeric

16 lines
506 B
Text
Raw Normal View History

2024-05-27 02:12:27 -07:00
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// 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_NUMERIC
#define __PSTL_NUMERIC
2024-05-27 02:12:27 -07:00
#include <pstl/internal/glue_numeric_impl.h>
2024-05-27 02:12:27 -07:00
#endif /* __PSTL_NUMERIC */