Skip to content

Commit 418b2a9

Browse files
committed
byteswap : 宣言に名前空間を追加
1 parent ebcb758 commit 418b2a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/bit/byteswap.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
* cpp23[meta cpp]
66

77
```cpp
8-
template <class T>
9-
constexpr T byteswap (T value) noexcept;
8+
namespace std {
9+
template <class T>
10+
constexpr T byteswap(T value) noexcept;
11+
}
1012
```
1113
1214
## 概要

0 commit comments

Comments
 (0)