$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2003-10-20 14:03:03
Marton Fabo <morton_at_[hidden]> wrote:
> But after having added some boost headers (mainly function and bind) to
> where it's appropriate, the amount of compiled lines on a full rebuild
> jumped to the ten million (!) range.
Have you tried including the boost headers in your precompiled header?
Also see http://www.bcbdev.com/articles/pch.htm for optimising the use
of precompiled headers.
Hugo