exchange -- utility/exchange: fix markup

1 · cpprefjp · Jan. 13, 2023, 8:33 a.m.
diff --git a/reference/utility/exchange.md b/reference/utility/exchange.md index 2a4a0f2ba..9c103e5ed 100644 --- a/reference/utility/exchange.md +++ b/reference/utility/exchange.md @@ -41,7 +41,7 @@ return old_val; ## 例外 -C++23から : 例外指定の式は次と等価 : [`is_nothrow_move_constructible_v](/reference/type_traits/is_nothrow_move_constructible.md)`<T> &&` [`is_nothrow_assignable_v`](/reference/type_traits/is_nothrow_assignable.md)`<T&, U>` +C++23から : 例外指定の式は次と等価 : [`is_nothrow_move_constructible_v`](/r...