Skip to content

Commit a122f15

Browse files
committed
start_lifetime_as: 戻り値について不正な「ポインタの値は p」を削除
戻り値は新しく構築されたオブジェクトへのポインタであり、引数 p と 同じ値になることはあり得ないので不正な記述となっていました。 05294b6#r158754186 ついでに脱字修正。 「オブジェクトのポインタ」→「オブジェクトへのポインタ」
1 parent 8253efa commit a122f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/memory/start_lifetime_as.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const volatile T* start_lifetime_as(const volatile void* p) noexcept; // (4)
3838
3939
4040
## 戻り値
41-
暗黙的に構築された型 `T` のオブジェクトのポインタを返す。ポインタの値は `p`
41+
暗黙的に構築された型 `T` のオブジェクトへのポインタを返す
4242
4343
4444
## 例外

0 commit comments

Comments
 (0)