
16 Apr
2012
16 Apr
'12
8:46 p.m.
On Mon, Apr 16, 2012 at 9:42 PM, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
Maybe you could try adding -Wextra -pedantic and maybe -fpermissive.
Nope olaf@testing:~$ cat demo.cpp #include <boost/checked_delete.hpp> #include <boost/exception_ptr.hpp> olaf@testing:~$ g++-4.7 demo.cpp -Wall -Wextra -pedantic -c -fpermissive olaf@testing:~$ -- Olaf