Skip to content

Commit

Permalink
打ち消し線から追記へ
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jun 8, 2023
1 parent 13db5df commit afc7241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/cpp20/deprecating_volatile.md
Expand Up @@ -7,7 +7,8 @@ C++20より、`volatile`の本来の役割に照らして不正確、あるい

非推奨となるのは次のもの

1. ~`volatile`値に対する複合代入演算子(算術型・ポインタ型のみ)~
1. `volatile`値に対する複合代入演算子(算術型・ポインタ型のみ)
- C++23で非推奨化解除
2. `volatile`値に対するインクリメント/デクリメント演算子(算術型・ポインタ型のみ)
3. 間に`volatile`値がある場合の連鎖した代入演算子(非クラス型のみ)
4. 関数引数のトップレベル`volatile`修飾
Expand Down

0 comments on commit afc7241

Please sign in to comment.