Skip to content

Commit 53aba6f

Browse files
committed
array::data : 未規定なのは戻り値 #1348
1 parent 99bb6b7 commit 53aba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/array/array/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ constexpr const T* data() const noexcept; // (2) C++17
2626

2727

2828
## 備考
29-
0要素の場合(`N == 0`)、この関数の呼び出しによる動作は未規定
29+
0要素の場合(`N == 0`)、この関数の戻り値は未規定
3030

3131

3232
##

0 commit comments

Comments
 (0)