$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2002-11-22 13:22:29
Or not so old gcc compilers...
Boost.Format uses <locale>, <sstream> and <ostream> none of these
headers exist with the c++ lib distributed with gcc 2.95 or 2.96.
std::ios does also not exist.
Unfortunately (to me), our project (LyX) are not ready to drop support
for gcc 2.95 yet.
Is it possible to handle these issues inside boost(.format)?
-- Lgb