From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-01-31 07:47:52


From: "John Maddock" <John_Maddock_at_[hidden]>
> >Would declaring the placeholders 'static' solve the precompiled header
> >problem? Technically, this kind of thing is deprecated, of course. ;-)
>
> I doubt it - they will still generate code&data and for my compiler at
> least (Borland) that will prevent precompiled headers from working.

Unfortunately you are right, plus it generates 'declared but never used'
warnings. Oh well.