$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [exception] virtual inheritance troubles
From: Peter Dimov (pdimov_at_[hidden])
Date: 2010-02-26 06:54:29
Eric Niebler wrote:
> struct regex_error
> : virtual std::runtime_error
> , virtual boost::exception
There is no need to derive virtually from runtime_error. As you say below,
this serves no purpose.