Skip to content

Commit

Permalink
utility/exchange: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Jan 13, 2023
1 parent a01dfab commit b40b1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/utility/exchange.md
Expand Up @@ -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`](/reference/type_traits/is_nothrow_move_constructible.md)`<T> &&` [`is_nothrow_assignable_v`](/reference/type_traits/is_nothrow_assignable.md)`<T&, U>`


## 備考
Expand Down

0 comments on commit b40b1a8

Please sign in to comment.