$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-10 18:55:08
the usage of swprintf in wide_posix_api.cpp is incorrect:
std::swprintf(localbuf, L"%d", i);
The signature of swprintf is:
int swprintf(wchar_t * S, size_t N, const wchar_t * format, ...);
I'd just go ahead and fix it in CVS but I'm not exactly sure what was
intended here.
Regards,
Dave