Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-01-14 04:56:28


In 1.31 RC the basic_format::basic_format(const char*) is made explicit.

This makes following code uncompilable (it worked back in 1.30.2):

boost:format f;
f = ".....";

Maybe operator=(const Ch*) can be added to bring this functionality back
(unless it was intention, of course).

/Pavel


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