$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2004-11-22 13:45:07
I've just tried to move to 1.32 and get the following warning:
C:\boost\boost_1_32_0\boost\archive\basic_binary_oprimitive.hpp(101) : warning C4003: not enough actual parameters for macro 'max'
which points to:
assert(
static_cast<std::size_t>(std::numeric_limits<std::streamsize>::max()) >= count
);
Any suggestions on avoiding this with an MFC based project?
Thanks, Jeff