[Bug c++/34749] Incorrect warning when applying dllimport to friend function

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 13 02:24:00 GMT 2008



------- Comment #1 from bangerth at dealii dot org  2008-01-13 02:12 -------
One could make the argument that the dllimport specifier is
a storage-class-specifier which, per 11.4/6 is not allowed on
the friend declaration. Since a friend function declaration
needs to be preceded by a declaration of the function itself,
it will always be sufficient if the dllimport specifier is only
on the original function declaration.

I therefore think that the PR is invalid, but leave the final decision 
to someone with more knowledge.

W.


-- 

bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34749



More information about the Gcc-bugs mailing list