home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 32,866 of 33,346   
   Walter Mascarenhas to All   
   template parameter not used in partial s   
   25 Feb 13 12:44:16   
   
   From: walter.mascarenhas@googlemail.com   
      
   The code below does not compile in g++ 4.7.2: it says   
   that the template parameter S is not used in Foo's   
   specialization below. Is g++ correct on this? If so,   
   how would I specialize the struct Foo for   
   T = std::vector::iterator in a general way?   
      
      
   #include    
   template    
   struct Foo   
   {   
   };   
      
   template    
   struct Foo< typename std::vector::iterator >   
   {   
   };   
      
      
   --   
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca