On Thu, 2003-06-26 at 16:18, Stefan Seefeld wrote:
> Stefan Seefeld wrote:
> 
> > And I don't use a 'document' class, as that is managed implicitely
> > by my dom::document_ptr:
> > 
> > dom::document_ptr document; // create new document;
> 
> that should actually become
> 
> dom::document_ptr document = dom::make_document("1.0");

Hmmmmm now

dom::document doc( "1.0" );

looks even nicer :-)

-- 
Hamish Mackenzie <[EMAIL PROTECTED]>

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to