G
Guest
I thought that including template headers such as <vector> in the pch is not
useful.
Templates can’t be compiled without the template arguments so there is no
way to pre compile them.
Is this true?
Also, it seems that this could actually be bad since it will significantly
increase the size of the pch file which I would think could slow the
compilation processes due to the additional memory overhead.
Am I correct?
useful.
Templates can’t be compiled without the template arguments so there is no
way to pre compile them.
Is this true?
Also, it seems that this could actually be bad since it will significantly
increase the size of the pch file which I would think could slow the
compilation processes due to the additional memory overhead.
Am I correct?