$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: william.gallafent_at_[hidden]
Date: 2005-09-14 12:04:17
On Wednesday 14 September 2005 17:51, Andrey Melnikov wrote:
> I remember somebody (maybe even I) asked to show how the
> PCH implemented in compilers other than MSVC and Borland
> but got no reply.
This gives a decent overview for GCC:
http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html
-- Bill