Skip to content

Commit

Permalink
関数の雛形ページ : 非推奨・削除の書き方が記載されていなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jun 8, 2023
1 parent afc7241 commit 1007613
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions start_editing/function_template_page.md
Expand Up @@ -42,6 +42,10 @@
void definition(); // 関数・変数・定数の宣言を記述します。
```

(非推奨・削除となった場合は、その旨を記載し、代わりの機能に誘導します)

(例:この関数は、C++14から非推奨となり、C++17で削除された。代わりに[`shuffle()`](/reference/algorithm/shuffle.md)関数を使用すること。)

## 概要
(ここには、関数・変数・定数の概要を記述します。必須事項です。)

Expand Down Expand Up @@ -103,6 +107,10 @@ void definition(); // 関数・変数・定数の宣言を記述します。
(ここには、関数・変数・定数を説明するにあたっての、補足事項を記述します。とくになければ、項目を削除してください。)


## 非推奨・削除の詳細
(非推奨・削除となった背景を記載します。)


##
```cpp example
// (ここには、関数・変数・定数を解説するための、サンプルコードを記述します。)
Expand Down

0 comments on commit 1007613

Please sign in to comment.