$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2008-08-19 12:36:39
Jürgen Hunold wrote:
> Hi !
>
> My coworkers found some more annoying msv 4265 warnings. (missing virtual
> destructor. The attached patch adds the necessary workaround (analog to gcc).
>
Since MSVC provides a way to disable warnings in code wouldn't it be
better to pragma push, warning disable, and pop then to actually change
the code?
Thanks,
Michael Marcin