Skip to content

Commit 11b86c5

Browse files
is_constructor : 出力ミスを修正
Co-authored-by: Raclamusi <61970673+Raclamusi@users.noreply.github.com>
1 parent ed56543 commit 11b86c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reference/meta/is_constructor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ S::S(): is_constructor=true
5454
S::S(int): is_constructor=true
5555
S::S(const S&): is_constructor=true
5656
S::f(): is_constructor=false
57+
S::operator=(const S&): is_constructor=false
58+
S::~S(): is_constructor=false
5759
```
5860

5961

0 commit comments

Comments
 (0)