Comparison chart of D and C++ templates
    John Reimer 
    terminal.node at gmail.com
       
    Fri Jan 19 16:41:27 PST 2007
    
    
  
Under "Parameters", C++98:
template<class T>
  class Foo
{
  T x;
};
Foo!<int> f;
Does C++ use the '!' point?  I thought that was D.  :)
-JJR
    
    
More information about the Digitalmars-d-announce
mailing list