Skip to content

Commit 00751ab

Browse files
authored
Merge pull request #5510 from Rageking8/standardize-requires-standard-version-comments
Standardize requires standard version comments
2 parents a3bdee4 + 1dbc6f1 commit 00751ab

File tree

72 files changed

+146
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+146
-180
lines changed

docs/c-language/static-assert-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In C, when you don't include `<assert.h>`, the Microsoft compiler treats **`stat
4242
In the following example, **`static_assert`** and **`_Static_assert`** are used to verify how many elements are in an enum and that integers are 32 bits wide.
4343
4444
```C
45-
// requires /std:c11 or higher
45+
// requires /std:c11 or later
4646
#include <assert.h>
4747
4848
enum Items

docs/c-runtime-library/reference/acos-acosf-acosl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "acos, acosf, acosl"
33
description: "API reference for acos, acosf, and acosl; which calculate the arccosine of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["acosf", "acos", "acosl", "_o_acos", "_o_acosf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
@@ -19,7 +19,7 @@ Calculates the arccosine.
1919
double acos( double x );
2020
float acosf( float x );
2121
long double acosl( long double x );
22-
#define acos(X) // Requires C11 or higher
22+
#define acos(X) // Requires C11 or later
2323

2424
float acos( float x ); // C++ only
2525
long double acos( long double x ); // C++ only

docs/c-runtime-library/reference/acosh-acoshf-acoshl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "acosh, acoshf, acoshl"
33
description: "API reference for acosh, acoshf, and acoshl; which calculate the inverse hyperbolic cosine of a floating-point value."
4-
ms.date: "08/31/2020"
4+
ms.date: 08/31/2020
55
api_name: ["acoshf", "acosh", "acoshl", "_o_acosh", "_o_acoshf", "_o_acoshl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["acosh", "acoshf", "acoshl", "math/acosh", "math/acoshf", "math/acoshl"]
1010
helpviewer_keywords: ["acoshf function", "acosh function", "acoshl function"]
11-
ms.assetid: 6985c4d7-9e2a-44ce-9a9b-5a43015f15f7
1211
---
1312
# `acosh`, `acoshf`, `acoshl`
1413

@@ -20,7 +19,7 @@ Calculates the inverse hyperbolic cosine.
2019
double acosh( double x );
2120
float acoshf( float x );
2221
long double acoshl( long double x );
23-
#define acosh(X) // Requires C11 or higher
22+
#define acosh(X) // Requires C11 or later
2423

2524
float acosh( float x ); // C++ only
2625
long double acosh( long double x ); // C++ only

docs/c-runtime-library/reference/asin-asinf-asinl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "asin, asinf, asinl"
33
description: "API reference for asin, asinf, and asinl; which calculate the arcsine of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["asinf", "asinl", "asin", "_o_asin", "_o_asinf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
@@ -19,7 +19,7 @@ Calculates the arcsine.
1919
double asin( double x );
2020
float asinf ( float x );
2121
long double asinl( long double x );
22-
#define asin(X) // Requires C11 or higher
22+
#define asin(X) // Requires C11 or later
2323

2424
float asin( float x ); // C++ only
2525
long double asin( long double x ); // C++ only

docs/c-runtime-library/reference/asinh-asinhf-asinhl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "asinh, asinhf, asinhl"
33
description: "API reference for asinh, asinhf, and asinhl; which calculate the inverse hyperbolic sine of a floating-point value."
4-
ms.date: "08/31/2020"
4+
ms.date: 08/31/2020
55
api_name: ["asinh", "asinhf", "asinhl", "_o_asinh", "_o_asinhf", "_o_asinhl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["asinhf", "asinhl", "asinh"]
1010
helpviewer_keywords: ["asinh function", "asinhl function", "asinhf function"]
11-
ms.assetid: 4488babe-1a7e-44ca-8b7b-c2db0a70084f
1211
---
1312
# `asinh`, `asinhf`, `asinhl`
1413

@@ -20,7 +19,7 @@ Calculates the inverse hyperbolic sine.
2019
double asinh( double x );
2120
float asinhf( float x );
2221
long double asinhl( long double x );
23-
#define asinh(X) // Requires C11 or higher
22+
#define asinh(X) // Requires C11 or later
2423

2524
float asinh( float x ); // C++ only
2625
long double asinh( long double x ); // C++ only

docs/c-runtime-library/reference/atan-atanf-atanl-atan2-atan2f-atan2l.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "atan, atanf, atanl, atan2, atan2f, atan2l"
33
description: "API reference for atan, atanf, atanl, atan2, atan2f, and atan2l; which calculate the arctangent of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["atan2f", "atan2l", "atan2", "atanf", "atan", "atanl", "_o_atan", "_o_atan2", "_o_atan2f", "_o_atanf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
@@ -19,15 +19,15 @@ Calculates the arctangent of **`x`** (**`atan`**, **`atanf`**, and **`atanl`**)
1919
double atan( double x );
2020
float atanf( float x );
2121
long double atanl( long double x );
22-
#define atan(X) // Requires C11 or higher
22+
#define atan(X) // Requires C11 or later
2323

2424
float atan( float x ); // C++ only
2525
long double atan( long double x ); // C++ only
2626

2727
double atan2( double y, double x );
2828
float atan2f( float y, float x );
2929
long double atan2l( long double y, long double x );
30-
#define atan2(Y, X) // Requires C11 or higher
30+
#define atan2(Y, X) // Requires C11 or later
3131

3232
float atan2( float y, float x ); // C++ only
3333
long double atan2( long double y, long double x ); // C++ only

docs/c-runtime-library/reference/atanh-atanhf-atanhl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Calculates the inverse hyperbolic tangent.
1919
double atanh( double x );
2020
float atanhf( float x );
2121
long double atanhl( long double x );
22-
#define atanh(X) // Requires C11 or higher
22+
#define atanh(X) // Requires C11 or later
2323

2424
float atanh( float x ); // C++ only
2525
long double atanh( long double x ); // C++ only

docs/c-runtime-library/reference/carg-cargf-cargl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "carg, cargf, cargl"
33
description: "API reference for carg, cargf, and cargl; which retrieve the argument of a complex number, with a branch cut along the negative real axis."
4-
ms.date: "9/2/2020"
4+
ms.date: 9/2/2020
55
api_name: ["carg", "cargf", "cargl"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["carg", "cargf", "cargl", "complex/carg", "complex/cargf", "complex/cargl"]
1010
helpviewer_keywords: ["carg function", "cargf function", "cargl function"]
11-
ms.assetid: 610d6a93-b929-46ab-a966-b77db0b804be
1211
---
1312
# `carg`, `cargf`, `cargl`
1413

@@ -32,7 +31,7 @@ float cargf(
3231
long double cargl(
3332
_Lcomplex z
3433
);
35-
#define carg(X) // Requires C11 or higher
34+
#define carg(X) // Requires C11 or later
3635
```
3736
3837
### Parameters

docs/c-runtime-library/reference/cbrt-cbrtf-cbrtl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "cbrt, cbrtf, cbrtl"
33
description: "API reference for cbrt, cbrtf, and cbrtl; which calculate a cube root"
4-
ms.date: "9/1/2020"
4+
ms.date: 9/1/2020
55
api_name: ["cbrt", "cbrtf", "cbrtl", "_o_cbrt", "_o_cbrtf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["cbrtl", "cbrt", "cbrtf"]
1010
helpviewer_keywords: ["cbrtl function", "cbrtf function", "cbrt function"]
11-
ms.assetid: ab51d916-3db2-4beb-b46a-28b4062cd33f
1211
---
1312
# `cbrt`, `cbrtf`, `cbrtl`
1413

@@ -32,7 +31,7 @@ float cbrtf(
3231
long double cbrtl(
3332
long double x
3433
);
35-
#define cbrt(X) // Requires C11 or higher
34+
#define cbrt(X) // Requires C11 or later
3635
```
3736
3837
### Parameters

docs/c-runtime-library/reference/ceil-ceilf-ceill.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "ceil, ceilf, ceill"
33
description: "API ref for calculating the ceiling of a value with ceil()."
4-
ms.date: "9/1/2020"
4+
ms.date: 9/1/2020
55
api_name: ["ceilf", "ceil", "ceill", "_o_ceil", "_o_ceilf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntdll.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["ceil", "ceilf", "ceill"]
1010
helpviewer_keywords: ["calculating value ceilings", "ceill function", "ceil function", "ceilf function"]
11-
ms.assetid: f4e5acab-5c8f-4b10-9ae2-9561e6453718
1211
---
1312
# `ceil`, `ceilf`, `ceill`
1413

@@ -32,7 +31,7 @@ float ceilf(
3231
long double ceill(
3332
long double x
3433
);
35-
#define ceil(X) // Requires C11 or higher
34+
#define ceil(X) // Requires C11 or later
3635
```
3736
3837
### Parameters

0 commit comments

Comments
 (0)