$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-04-20 01:13:31
Christian Henning wrote :
> Thanks, that worked. Cool Is that feature mentioned in the documentation?
More or less.
It is said that boost.format uses streams, that %d is decimal type
output, and that the "l" modifier (for long int) is supported but has no
effect.