$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-04-17 15:08:26
Christian Henning wrote :
> boost::format will not swallow "%I64d". Instead, it throws a
> boost::io::bad_format_string exception. How can I use 64 bit integers?
C++ doesn't have a 64 bit integer type.