質問編集履歴
2
コンパイラの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
[引用サイト: C++11: Syntax and Feature](https://ezoeryou.github.io/cpp-book/C++11-Syntax-and-Feature.xhtml#trivially_copyable_class)
|
5
5
|
```C++
|
6
|
+
// コンパイラ: MSVC
|
6
7
|
#include <type_traits>
|
7
8
|
#include <iostream>
|
8
9
|
|
1
初心者マークの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|