On Mar 22, 2005, at 2:54 PM, Peter Soetens wrote:
Hello,
The attached implementation/header issues a warning when
$ gcc-4.0-c -o test_undefined.o test_undefined.cpp
undefined_constructor.hpp:13: warning: inline function 'Base::Base()'
used but
never defined
This is PR 20584
-- Pinski
Hello,
The attached implementation/header issues a warning when
$ gcc-4.0-c -o test_undefined.o test_undefined.cpp
undefined_constructor.hpp:13: warning: inline function 'Base::Base()' used but
never defined
This does not happen with 3.x compilers. If you remove the
#pragma interface, the w