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,633 of 33,346   
   Matt Calabrese to Dave Abrahams   
   Re: Why are template aliases not truly a   
   03 Nov 12 23:57:01   
   
   From: rivorus@googlemail.com   
      
   { Double spacing manually removed; please avoid double spacing. -mod }   
      
   On Saturday, November 3, 2012 6:30:05 PM UTC-4, Dave Abrahams wrote:   
   > Yeah, that is unfortunate.  But consider this:   
   >   
   >    template  struct Binary;   
   >    template  struct Unary = X;   
   >   
   >    template