
Hi VC++ 7.1 compiler uses the stdafx.h to create a precompiled headers file. I usually put all the boost headers in stdafx.h but sometime strange compiler errors are reported. If I move some headers out of stdafx.h all works fine. I like to know if there is a list of boost headers that cannot be put in the stdafx.h TIA Marco.

I've never had trouble using boost headers in a PCH, which ones are you having problems with? On 9/28/05, Marco Segurini <marco.segurini@jumpy.it> wrote:
-- Cory Nelson http://www.int64.org

Cory Nelson wrote:
I've never had trouble using boost headers in a PCH, which ones are you having problems with?
#include <boost/bind.hpp> #include <boost/archive/xml_iarchive.hpp> #include <boost/archive/xml_oarchive.hpp> http://lists.boost.org/Archives/boost/2003/09/53141.php Marco.
participants (2)
-
Cory Nelson
-
Marco Segurini