[cfe-dev] Problems with precompiled header
Douglas Gregor
dgregor at apple.com
Sat May 29 09:34:45 PDT 2010
On May 29, 2010, at 7:21 AM, Jochen Wilhelmy wrote:
> Hi!
>
> Currently CXXRecordDecl::DefinitionData does not seem to get restored while
> reading a pch file. Therefore CXXRecordDecl::isPOD() crashes.
>
> Is this currently work in progress or should I not rely on workning
> precompiled
> headers in the near future?
> (by working I mean the features that are implemented work)
C++ precompiled headers are a work-in-progress. I don't know when they'll be finished, but it should be on the order of "a few months" rather than "not soon."
- Doug
More information about the cfe-dev
mailing list