Skip to content

Commit

Permalink
fix typo in constexpr_lambda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Feb 2, 2023
1 parent a689c6b commit 40638a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp17/constexpr_lambda.md
Expand Up @@ -86,7 +86,7 @@ int main(){

constexpr lambdaはSFINAEの文脈で用いる事はできない。

以下のような記述を許可してしまうとあらゆる文や式が実体化に成功するかをチェックでてしまうため、禁止されている。
以下のような記述を許可してしまうとあらゆる文や式が実体化に成功するかをチェックできてしまうため、禁止されている。

```cpp
// エラー、SFINAEの文脈でconstexprラムダが使われている
Expand Down

0 comments on commit 40638a6

Please sign in to comment.