$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] is_virtual_base_of ?
From: Daniel Frey (d.frey_at_[hidden])
Date: 2009-03-10 09:06:39
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