Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
climits.hpp
Go to the documentation of this file.
1// Copyright 2026, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_CLIMITS_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_CLIMITS_HPP_
7
8// IWYU pragma: private, include <climits>
9// IWYU pragma: friend "stdlib_detail/.*"
10
11// parasoft-begin-suppress AUTOSAR-A18_0_1-a-2 "This is the implementation of the corresponding C++ header"
12// parasoft-begin-suppress AUTOSAR-A1_1_1-d-2 "This is the implementation of the corresponding C++ header"
13// NOLINTNEXTLINE(hicpp-deprecated-headers)
14#include <limits.h> // IWYU pragma: export
15// parasoft-end-suppress AUTOSAR-A1_1_1-d-2
16// parasoft-end-suppress AUTOSAR-A18_0_1-a-2
17
18#endif // INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_CLIMITS_HPP_