Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-01-22 13:18:59


"Samuel Krempp" <krempp_at_[hidden]> wrote

> > > This makes following code uncompilable (it worked back in 1.30.2):
> > >
> > > boost:format f;
> > > f = ".....";
> >
> I had forgotten at first to make the constructor explicit, but implicit
> conversion from string was not intentional, like most implicit
> conversions it brings more risks than convenience worth.
> So I changed it to explicit once I noticed it wasn't.
>
Do you plan to add operator=(const char*) into format?

The constructor 'explicitness' should stay preserved, only
assign will be 'implicit'.

/Pavel


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