c++/10680: Inlining in inheritance seems broken.
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Thu May 8 13:56:00 GMT 2003
Synopsis: Inlining in inheritance seems broken.
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Thu May 8 13:51:37 2003
State-Changed-Why:
not a bug. [7.1.2]/4 says 'an inline funcxtion shall be defined in every translation unit in which it is used ...'
You have used it in translation unit b.cpp, but it is not defined nor declared inline within that TU.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10680
More information about the Gcc-bugs
mailing list