class templates and static if

H. S. Teoh hsteoh at quickfur.ath.cx
Mon Feb 27 09:49:56 PST 2012


On Mon, Feb 27, 2012 at 09:29:25AM -0700, Tyler Jameson Little wrote:
> > Parser!(Type.request) h = new Parser!(Type.request)("Hello world")

Even better:

	auto h = new Parser!(Type.request)("Hello world");


T

-- 
First Rule of History: History doesn't repeat itself -- historians
merely repeat each other.


More information about the Digitalmars-d-learn mailing list