Skip to content

Commit

Permalink
fix spell "concpet"
Browse files Browse the repository at this point in the history
  • Loading branch information
yknishidate committed Sep 21, 2023
1 parent 499d430 commit 082b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp20/wording_for_lambdas_in_unevaluated_contexts.md
Expand Up @@ -51,7 +51,7 @@ auto s2 = sizeof([]{ return 0;}()); // 4
6. 評価されない文脈であっても、ラムダ式の本体内で使用されている変数は暗黙的にキャプチャされる
- 評価されない文脈で現れているラムダ式の本体内は評価されない文脈ではない
7. 関数の本体の外側で、その関数の引数をキャプチャする事はできない
8. `concpet`の定義内及び`requires`節の内部に現れているラムダ式本体のエラーはコンパイルエラーとなる
8. `concept`の定義内及び`requires`節の内部に現れているラムダ式本体のエラーはコンパイルエラーとなる

```cpp
// 1 クロージャ型にリンケージを付加できない(これらのCはリンケージを持たない)
Expand Down

0 comments on commit 082b914

Please sign in to comment.