"Peter Dimov" <[EMAIL PROTECTED]> writes:

> Can we add -Wno-non-virtual-dtor to g++ tests? The ability of shared_ptr to
> support nonvirtual destructors is an essential feature, and the tests do
> exercize it.

Can't you just add

   <gcc><*><cxxflags>-Wno-non-virtual-dtor

To the requirements for that test? Why don't you try it and see how it
works out?

[I actually wonder if we shouldn't add that flag to the GCC
toolset. That seems like a nuisance warning for Boost code]

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to