Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-04-16 08:24:31


"Andrea Torsello" <torsello_at_[hidden]> writes:

> I have attached a new version with an easyer output to parse.
> It also changes the constructors from the form X x2(x1); to
> X x2=x1;

You can't "just do that". Both kinds of ctors are significant. One
is direct initialization and the other is copy initialization, and
they interact differently with the explicit keyword.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk