[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Forward declarations, __declspec, and wx
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] Forward declarations, __declspec, and wx |
Date: |
Tue, 25 Mar 2008 16:25:06 +0100 |
On Tue, 25 Mar 2008 14:59:32 +0000 Greg Chicares <address@hidden> wrote:
GC> Right now, 'view_ex.hpp' contains this:
GC>
GC> // TODO ?? Here and elsewhere, consider losing 'WXDLLEXPORT' on
GC> // forward declarations, depending on the disposition of
GC> // http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20345
GC> //
GC> class WXDLLIMPEXP_FWD_CORE wxDC;
GC> class WXDLLIMPEXP_FWD_CORE wxIcon;
GC> class WXDLLIMPEXP_FWD_CORE wxMenuBar;
GC>
GC> Does the 20080309T1213Z change
GC> http://cvs.savannah.gnu.org/viewvc/lmi/lmi/view_ex.hpp?r1=1.10&r2=1.11
GC> render that comment obsolete so that I can remove it?
Yes, the WXDLLIMPEXP_FWD_XXX were introduced exactly to take care of this
issue.
Regards,
VZ