Boost logo

Boost :

Subject: Re: [boost] [exception] warning about non-virtual destructor - resolution?
From: Olaf van der Spek (ml_at_[hidden])
Date: 2012-04-16 16:46:28


On Mon, Apr 16, 2012 at 9:42 PM, Vicente J. Botet Escriba
<vicente.botet_at_[hidden]> wrote:
> Maybe you could try adding -Wextra -pedantic and maybe -fpermissive.

Nope

olaf_at_testing:~$ cat demo.cpp
#include <boost/checked_delete.hpp>
#include <boost/exception_ptr.hpp>
olaf_at_testing:~$ g++-4.7 demo.cpp -Wall -Wextra -pedantic -c -fpermissive

olaf_at_testing:~$

-- 
Olaf

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk