Skip to content

Commit

Permalink
コードブロックにC++指定を忘れてた
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 13, 2023
1 parent 2114ad7 commit d7ebdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp20/checking_for_abstract_class_types.md
Expand Up @@ -8,7 +8,7 @@ C++17までは以下の仕様があったため、抽象クラスに早期の制
しかし、先行宣言したクラスは、あとで定義が追加されるために、パラメータ型、関数の戻り値型、明示的型変換の型として使用できる。

```
```cpp
struct S;
S f(); // OK: 抽象性はここではチェックされない

Expand Down

0 comments on commit d7ebdf4

Please sign in to comment.