Comment 2 for bug 506728

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

The problem i am having is with pch,

I would like to compile a bunch of templates using pch.
I have refactored the includes so that they all use stdinc.h
this works on its own, to compile stdinc.h, but when someone uses it to define themselves,
i get a class defined already error, so I remove that for layer.h and used the existing files,
now it segfaults.