$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 14:24:10
assert takes an int as parameter, on 64bit platforms this will othen
mean a 64->32 conversion.
This patch fixes a couple of problems in Boost.Format.
-- Lgb