зеркало из https://github.com/microsoft/STL.git
15 строки
319 B
C++
15 строки
319 B
C++
// climits standard header (core)
|
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
#ifndef _CLIMITS_
|
|
#define _CLIMITS_
|
|
#include <yvals_core.h>
|
|
#if _STL_COMPILER_PREPROCESSOR
|
|
|
|
#include <limits.h>
|
|
|
|
#endif // _STL_COMPILER_PREPROCESSOR
|
|
#endif // _CLIMITS_
|