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.

Reply via email to