質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,6 @@
|
|
13
13
|
### 該当のソースコード
|
14
14
|
|
15
15
|
```C++
|
16
|
-
#include <functional>
|
17
16
|
#include <utility>
|
18
17
|
template<typename T, typename std::enable_if<std::is_integral<T>::value, std::nullptr_t>::type = nullptr>
|
19
18
|
class Hoge {
|