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
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.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- 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
participants (2)
-
Cory Nelson
-
Marco Segurini