Have you tried using precompiled headers? That is including the boost headers in StdAfx.h or whatever header file you use for precompiled headers?
David Dibben
2008-10-03 02:06:26
Have you tried using precompiled headers? That is including the boost headers in StdAfx.h or whatever header file you use for precompiled headers?
Did you try Incredibuild? It will allow you to distribute your build on multiple computers. I have seen it used successfully.