質問編集履歴
1
コードミス修正
    
        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 
     | 
| 
      
 33 
     | 
    
         
            +
                m_add_const_lref<int>::type n;
         
     | 
| 
       35 
34 
     | 
    
         
             
                TD<decltype(n)> test;
         
     | 
| 
       36 
35 
     | 
    
         
             
            }
         
     | 
| 
       37 
36 
     | 
    
         
             
            //表示結果(問題なく表示)
         
     |