Skip to content

Commit 4cb96df

Browse files
committed
fix(reference/cmath): 条件付きで定義されるマクロについて #undef の場合も追記
1 parent 738d4f1 commit 4cb96df

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

reference/cmath/fp_fast_fma.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
```cpp
77
#define FP_FAST_FMA 1
8+
// または
9+
#undef FP_FAST_FMA
810
```
911

1012
## 概要

reference/cmath/fp_fast_fmaf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
```cpp
77
#define FP_FAST_FMAF 1
8+
// または
9+
#undef FP_FAST_FMAF
810
```
911

1012
## 概要

reference/cmath/fp_fast_fmal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
```cpp
77
#define FP_FAST_FMAL 1
8+
// または
9+
#undef FP_FAST_FMAL
810
```
911

1012
## 概要

reference/cmath/nan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
```cpp
77
#define NAN constant-expression
8+
// または
9+
#undef NAN
810
```
911
* constant-expression[italic]
1012

0 commit comments

Comments
 (0)