$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] Some more warning suppression
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-12-29 19:18:01
John Maddock wrote:
> It's not just gcc that's emitting a bunch of warnings from the new
> Boost.Test code: MSVC does as well, the attached patch fixes these, OK
> to commit?
I do not see these. Which version you are using?
Also I do not understand how C4244
(http://msdn.microsoft.com/en-us/library/th7a07tz(VS.80).aspx) could
have been triggered there.
Gennadiy