$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-05-03 17:59:22
Hartmut Kaiser:
>> How does this look in code?
>
> struct A
> {
> ~A() {} // non-virtual
> virtual void foo() {}
> };
You forgot to make ~A protected.