
10 Mar
2009
10 Mar
'09
1:06 p.m.
Hi Robert, On 10.03.2009, at 01:49, Robert Ramey wrote:
b) see if this gcc warning can be suppressed
for GCC, you can suppress warnings by declaring your header as a system header, GCC has a pragma for this purpose: #pragma GCC system_header Just add it at the top of the is_virtual_base_of.hpp. It's kind of overkill, but I don't see any other way... Regards, Daniel