$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-11-20 14:13:46
Sam Partington wrote:
>
> 4511 and 4512 are useless warnings. They are telling you that the copy
> constructor and assignment operator are inaccessible. Even though you're
> not trying to call them. [...]
> C4127 is also awkward. As it gives warnings for some common idioms. It
> refers to conditional expressions being constant.
These warnings can be annoying, but they aren't useless. They do find bugs.