From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-22 18:33:01


AMDG

hfye-wila_at_[hidden] wrote:
> Does Boost.Variant require certain warnings to be disabled? The following program generates a warning for me with VC9:
>

Warning 4512 is almost always harmless. It's usually caused
by structs containing reference members. You're best off disabling
it.

In Christ,
Steven Watanabe