On 4/26/12 2:15 PM, Dodji Seketeli wrote:
One more question, for my education. Does the PPH machinery detect that a given header doesn't respect that requirement and thus refuses to serialize it?
Yup.Some requirements can be enforced when the image is being generated (e.g., double inclusion guards and that it can be parsed with no errors)
Other requirements cannot be enforced until the image is reused. For instance, that it is always included from the global namespace.
Diego.