$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-10 05:01:55
> In this error http://tinyurl.com/8sqq6 [1] -- There is a use of
> swprintf(wchar_t*, size_t, const wchar_t*, ...). But AFAICT it's not
> "swprintf" that's the intended call, but "snwprintf" which takes a
> buffer length as the second arg.
It does take a buffer length, note that we have BOOST_NO_SWPRINTF to
indicate the non-conforming MS version, does spirit check for this? If so
we should set it for Mingw it appears.
John.