teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

2020/02/01 07:21

投稿

CID8705
CID8705

スコア36

title CHANGED
File without changes
body CHANGED
File without changes

1

2020/02/01 07:21

投稿

CID8705
CID8705

スコア36

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 {