$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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