|
Boost : |
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.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk