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

質問編集履歴

1

コードミス修正

2019/02/20 04:14

投稿

HikuichiSan
HikuichiSan

スコア24

title CHANGED
File without changes
body CHANGED
@@ -30,8 +30,7 @@
30
30
  };
31
31
 
32
32
  int main(){
33
- int a;
34
- m_add_const_lref<int>::type n = a;
33
+ m_add_const_lref<int>::type n;
35
34
  TD<decltype(n)> test;
36
35
  }
37
36
  //表示結果(問題なく表示)